Html Css Color HEX #BFEE42 Conifer

📋 copy color: '#BFEE42'

red 191 ◦ green 238 ◦ blue 66

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

Shades of Conifer #BFEE42

Tints of Conifer #BFEE42

RGB

 RED value IS 191 (75% from 255) = 38.59%

 GREEN value IS 238 (93.36% from 255) = 48.08%

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

R = 38.59%
G = 48.08%
B = 13.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#BFEE42 (or 0xBFEE42) is known color: Conifer. HEX triplet: BF, EE and 42. RGB value is (191,238,66). Sum of RGB (Red+Green+Blue) = 191+238+66=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE42 is #4011BD. Grayscale: #CCCCCC. Windows color (decimal): -4198846 or 4386495. OLE color: 4386495.

HSL color Cylindrical-coordinate representation of color #BFEE42: hue angle of 76.4º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFEE42 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 66 -
CMYK 0.20 0 0.72 0.07
HSL 76.4º 0.83% 0.6% -
HSV(B) 76.4º 0.72% 0.93% -
XYZ 53.04 72.62 16.38 -
YUV 204.34 49.93 118.49 -
System Red Green Blue C M Y K H S L
Decimal 191 238 66 0.20 0 0.72 0.07 76.4 0.83 0.6
Hex BF EE 42 14 0 48 7 4C 53 3C
Octal 277 356 102 24 0 110 7 114 123 74
Binary 10111111 11101110 1000010 10100 0 1001000 111 1001100 1010011 111100

Color Harmonies of #BFEE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE42

Black with #BFEE42

Text Example


Text Example

White with #BFEE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE42; }

 p { color: rgb(191,238,66); }

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

background-color css

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

 a { background-color: rgb(191,238,66); }

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

border-color css

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

 span { border-color: rgb(191,238,66); }

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