Html Css Color HEX #BCF24C Conifer

📋 copy color: '#BCF24C'

red 188 ◦ green 242 ◦ blue 76

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

Shades of Conifer #BCF24C

Tints of Conifer #BCF24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.02%

R = 37.15%
G = 47.83%
B = 15.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#BCF24C (or 0xBCF24C) is known color: Conifer. HEX triplet: BC, F2 and 4C. RGB value is (188,242,76). Sum of RGB (Red+Green+Blue) = 188+242+76=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF24C is #430DB3. Grayscale: #CFCFCF. Windows color (decimal): -4394420 or 5042876. OLE color: 5042876.

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

Color convert

RGB 188 242 76 -
CMYK 0.22 0 0.69 0.05
HSL 79.52º 0.86% 0.62% -
HSV(B) 79.52º 0.69% 0.95% -
XYZ 53.8 74.72 18.42 -
YUV 206.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 188 242 76 0.22 0 0.69 0.05 79.52 0.86 0.62
Hex BC F2 4C 16 0 45 5 50 56 3E
Octal 274 362 114 26 0 105 5 120 126 76
Binary 10111100 11110010 1001100 10110 0 1000101 101 1010000 1010110 111110

Color Harmonies of #BCF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF24C

Black with #BCF24C

Text Example


Text Example

White with #BCF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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