Html Css Color HEX #BCF336 Green Yellow

📋 copy color: '#BCF336'

red 188 ◦ green 243 ◦ blue 54

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

Shades of Green Yellow #BCF336

Tints of Green Yellow #BCF336

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.1%

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

R = 38.76%
G = 50.1%
B = 11.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#BCF336 (or 0xBCF336) is known color: Green Yellow. HEX triplet: BC, F3 and 36. RGB value is (188,243,54). Sum of RGB (Red+Green+Blue) = 188+243+54=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF336 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF336 is #430CC9. Grayscale: #CDCDCD. Windows color (decimal): -4394186 or 3601340. OLE color: 3601340.

HSL color Cylindrical-coordinate representation of color #BCF336: hue angle of 77.46º degrees, saturation: 0.89, 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 #BCF336 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 54 -
CMYK 0.23 0 0.78 0.05
HSL 77.46º 0.89% 0.58% -
HSV(B) 77.46º 0.78% 0.95% -
XYZ 53.46 75.06 15.16 -
YUV 205.01 42.78 115.87 -
System Red Green Blue C M Y K H S L
Decimal 188 243 54 0.23 0 0.78 0.05 77.46 0.89 0.58
Hex BC F3 36 17 0 4E 5 4D 59 3A
Octal 274 363 66 27 0 116 5 115 131 72
Binary 10111100 11110011 110110 10111 0 1001110 101 1001101 1011001 111010

Color Harmonies of #BCF336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF336

Black with #BCF336

Text Example


Text Example

White with #BCF336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF336; }

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

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

background-color css

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

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

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

border-color css

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

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

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