Html Css Color HEX #BCF12D Green Yellow

📋 copy color: '#BCF12D'

red 188 ◦ green 241 ◦ blue 45

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

Shades of Green Yellow #BCF12D

Tints of Green Yellow #BCF12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.84%

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 39.66%
G = 50.84%
B = 9.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#BCF12D (or 0xBCF12D) is known color: Green Yellow. HEX triplet: BC, F1 and 2D. RGB value is (188,241,45). Sum of RGB (Red+Green+Blue) = 188+241+45=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF12D is #430ED2. Grayscale: #CBCBCB. Windows color (decimal): -4394707 or 3011004. OLE color: 3011004.

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

Color convert

RGB 188 241 45 -
CMYK 0.22 0 0.81 0.05
HSL 76.22º 0.88% 0.56% -
HSV(B) 76.22º 0.81% 0.95% -
XYZ 52.67 73.79 13.95 -
YUV 202.81 38.94 117.44 -
System Red Green Blue C M Y K H S L
Decimal 188 241 45 0.22 0 0.81 0.05 76.22 0.88 0.56
Hex BC F1 2D 16 0 51 5 4C 58 38
Octal 274 361 55 26 0 121 5 114 130 70
Binary 10111100 11110001 101101 10110 0 1010001 101 1001100 1011000 111000

Color Harmonies of #BCF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF12D

Black with #BCF12D

Text Example


Text Example

White with #BCF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF12D; }

 p { color: rgb(188,241,45); }

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

background-color css

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

 a { background-color: rgb(188,241,45); }

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

border-color css

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

 span { border-color: rgb(188,241,45); }

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