Html Css Color HEX #BCF236 Green Yellow

📋 copy color: '#BCF236'

red 188 ◦ green 242 ◦ blue 54

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

Shades of Green Yellow #BCF236

Tints of Green Yellow #BCF236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.16%

R = 38.84%
G = 50%
B = 11.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BCF236 (or 0xBCF236) is known color: Green Yellow. HEX triplet: BC, F2 and 36. RGB value is (188,242,54). Sum of RGB (Red+Green+Blue) = 188+242+54=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF236 is #430DC9. Grayscale: #CDCDCD. Windows color (decimal): -4394442 or 3601084. OLE color: 3601084.

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

Color convert

RGB 188 242 54 -
CMYK 0.22 0 0.78 0.05
HSL 77.23º 0.88% 0.58% -
HSV(B) 77.23º 0.78% 0.95% -
XYZ 53.16 74.46 15.06 -
YUV 204.42 43.11 116.29 -
System Red Green Blue C M Y K H S L
Decimal 188 242 54 0.22 0 0.78 0.05 77.23 0.88 0.58
Hex BC F2 36 16 0 4E 5 4D 58 3A
Octal 274 362 66 26 0 116 5 115 130 72
Binary 10111100 11110010 110110 10110 0 1001110 101 1001101 1011000 111010

Color Harmonies of #BCF236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF236

Black with #BCF236

Text Example


Text Example

White with #BCF236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF236; }

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

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

background-color css

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

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

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

border-color css

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

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

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