Html Css Color HEX #BCF225 Green Yellow

📋 copy color: '#BCF225'

red 188 ◦ green 242 ◦ blue 37

#BCF225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BCF225

Tints of Green Yellow #BCF225

RGB

 RED value IS 188 (73.83% from 255) = 40.26%

 GREEN value IS 242 (94.92% from 255) = 51.82%

 BLUE value IS 37 (14.84% from 255) = 7.92%

R = 40.26%
G = 51.82%
B = 7.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF225 (or 0xBCF225) is known color: Green Yellow. HEX triplet: BC, F2 and 25. RGB value is (188,242,37). Sum of RGB (Red+Green+Blue) = 188+242+37=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF225 is #430DDA. Grayscale: #CBCBCB. Windows color (decimal): -4394459 or 2486972. OLE color: 2486972.

HSL color Cylindrical-coordinate representation of color #BCF225: hue angle of 75.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF225 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 37 -
CMYK 0.22 0 0.85 0.05
HSL 75.8º 0.89% 0.55% -
HSV(B) 75.8º 0.85% 0.95% -
XYZ 52.83 74.33 13.31 -
YUV 202.48 34.61 117.67 -
System Red Green Blue C M Y K H S L
Decimal 188 242 37 0.22 0 0.85 0.05 75.8 0.89 0.55
Hex BC F2 25 16 0 55 5 4C 59 37
Octal 274 362 45 26 0 125 5 114 131 67
Binary 10111100 11110010 100101 10110 0 1010101 101 1001100 1011001 110111

Color Harmonies of #BCF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF225

Black with #BCF225

Text Example


Text Example

White with #BCF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF225; }

 p { color: rgb(188,242,37); }

 H1.HeaderClassName
 {
   color: #BCF225;
 }
 .AnyTagClassName
 {
   color: #BCF225;
 }
</style>

background-color css

<style>
 a { background-color: #BCF225; }

 a { background-color: rgb(188,242,37); }

 div.DivClassName
 {
   background-color: #BCF225;
 }
 .BgClassName
 {
   background-color: #BCF225;
 }
</style>

border-color css

<style>
 span { border-color: #BCF225; }

 span { border-color: rgb(188,242,37); }

 td.TdClassName
 {
   border-color: #BCF225;
 }
 .TagClassName
 {
   border-color: #BCF225;
 }
</style>