Html Css Color HEX #BCF24D Conifer

📋 copy color: '#BCF24D'

red 188 ◦ green 242 ◦ blue 77

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

Shades of Conifer #BCF24D

Tints of Conifer #BCF24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.19%

R = 37.08%
G = 47.73%
B = 15.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BCF24D (or 0xBCF24D) is known color: Conifer. HEX triplet: BC, F2 and 4D. RGB value is (188,242,77). Sum of RGB (Red+Green+Blue) = 188+242+77=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF24D is #430DB2. Grayscale: #CFCFCF. Windows color (decimal): -4394419 or 5108412. OLE color: 5108412.

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

Color convert

RGB 188 242 77 -
CMYK 0.22 0 0.68 0.05
HSL 79.64º 0.86% 0.63% -
HSV(B) 79.64º 0.68% 0.95% -
XYZ 53.83 74.73 18.61 -
YUV 207.04 54.61 114.42 -
System Red Green Blue C M Y K H S L
Decimal 188 242 77 0.22 0 0.68 0.05 79.64 0.86 0.63
Hex BC F2 4D 16 0 44 5 50 56 3F
Octal 274 362 115 26 0 104 5 120 126 77
Binary 10111100 11110010 1001101 10110 0 1000100 101 1010000 1010110 111111

Color Harmonies of #BCF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF24D

Black with #BCF24D

Text Example


Text Example

White with #BCF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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