Html Css Color HEX #BFEE45 Conifer

📋 copy color: '#BFEE45'

red 191 ◦ green 238 ◦ blue 69

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

Shades of Conifer #BFEE45

Tints of Conifer #BFEE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.86%

R = 38.35%
G = 47.79%
B = 13.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#BFEE45 (or 0xBFEE45) is known color: Conifer. HEX triplet: BF, EE and 45. RGB value is (191,238,69). Sum of RGB (Red+Green+Blue) = 191+238+69=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE45 is #4011BA. Grayscale: #CDCDCD. Windows color (decimal): -4198843 or 4583103. OLE color: 4583103.

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

Color convert

RGB 191 238 69 -
CMYK 0.20 0 0.71 0.07
HSL 76.69º 0.83% 0.6% -
HSV(B) 76.69º 0.71% 0.93% -
XYZ 53.13 72.66 16.85 -
YUV 204.68 51.43 118.24 -
System Red Green Blue C M Y K H S L
Decimal 191 238 69 0.20 0 0.71 0.07 76.69 0.83 0.6
Hex BF EE 45 14 0 47 7 4D 53 3C
Octal 277 356 105 24 0 107 7 115 123 74
Binary 10111111 11101110 1000101 10100 0 1000111 111 1001101 1010011 111100

Color Harmonies of #BFEE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE45

Black with #BFEE45

Text Example


Text Example

White with #BFEE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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