Html Css Color HEX #BCF042 Conifer

📋 copy color: '#BCF042'

red 188 ◦ green 240 ◦ blue 66

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

Shades of Conifer #BCF042

Tints of Conifer #BCF042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 38.06%
G = 48.58%
B = 13.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#BCF042 (or 0xBCF042) is known color: Conifer. HEX triplet: BC, F0 and 42. RGB value is (188,240,66). Sum of RGB (Red+Green+Blue) = 188+240+66=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF042 is #430FBD. Grayscale: #CDCDCD. Windows color (decimal): -4394942 or 4387004. OLE color: 4387004.

HSL color Cylindrical-coordinate representation of color #BCF042: hue angle of 77.93º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCF042 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 66 -
CMYK 0.22 0 0.72 0.06
HSL 77.93º 0.85% 0.6% -
HSV(B) 77.93º 0.73% 0.94% -
XYZ 52.88 73.4 16.54 -
YUV 204.62 49.77 116.15 -
System Red Green Blue C M Y K H S L
Decimal 188 240 66 0.22 0 0.72 0.06 77.93 0.85 0.6
Hex BC F0 42 16 0 48 6 4E 55 3C
Octal 274 360 102 26 0 110 6 116 125 74
Binary 10111100 11110000 1000010 10110 0 1001000 110 1001110 1010101 111100

Color Harmonies of #BCF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF042

Black with #BCF042

Text Example


Text Example

White with #BCF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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