Html Css Color HEX #BCF04F Conifer

📋 copy color: '#BCF04F'

red 188 ◦ green 240 ◦ blue 79

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

Shades of Conifer #BCF04F

Tints of Conifer #BCF04F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.34%

 BLUE value IS 79 (31.25% from 255) = 15.58%

R = 37.08%
G = 47.34%
B = 15.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#BCF04F (or 0xBCF04F) is known color: Conifer. HEX triplet: BC, F0 and 4F. RGB value is (188,240,79). Sum of RGB (Red+Green+Blue) = 188+240+79=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF04F is #430FB0. Grayscale: #CECECE. Windows color (decimal): -4394929 or 5238972. OLE color: 5238972.

HSL color Cylindrical-coordinate representation of color #BCF04F: hue angle of 79.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF04F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 79 -
CMYK 0.22 0 0.67 0.06
HSL 79.38º 0.84% 0.63% -
HSV(B) 79.38º 0.67% 0.94% -
XYZ 53.31 73.58 18.79 -
YUV 206.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 188 240 79 0.22 0 0.67 0.06 79.38 0.84 0.63
Hex BC F0 4F 16 0 43 6 4F 54 3F
Octal 274 360 117 26 0 103 6 117 124 77
Binary 10111100 11110000 1001111 10110 0 1000011 110 1001111 1010100 111111

Color Harmonies of #BCF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF04F

Black with #BCF04F

Text Example


Text Example

White with #BCF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF04F; }

 p { color: rgb(188,240,79); }

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

background-color css

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

 a { background-color: rgb(188,240,79); }

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

border-color css

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

 span { border-color: rgb(188,240,79); }

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