Html Css Color HEX #BFF042 Conifer

📋 copy color: '#BFF042'

red 191 ◦ green 240 ◦ blue 66

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

Shades of Conifer #BFF042

Tints of Conifer #BFF042

RGB

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

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

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

R = 38.43%
G = 48.29%
B = 13.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#BFF042 (or 0xBFF042) is known color: Conifer. HEX triplet: BF, F0 and 42. RGB value is (191,240,66). Sum of RGB (Red+Green+Blue) = 191+240+66=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF042 is #400FBD. Grayscale: #CECECE. Windows color (decimal): -4198334 or 4387007. OLE color: 4387007.

HSL color Cylindrical-coordinate representation of color #BFF042: hue angle of 76.9º 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 #BFF042 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 66 -
CMYK 0.20 0 0.72 0.06
HSL 76.9º 0.85% 0.6% -
HSV(B) 76.9º 0.73% 0.94% -
XYZ 53.63 73.79 16.57 -
YUV 205.51 49.27 117.65 -
System Red Green Blue C M Y K H S L
Decimal 191 240 66 0.20 0 0.72 0.06 76.9 0.85 0.6
Hex BF F0 42 14 0 48 6 4D 55 3C
Octal 277 360 102 24 0 110 6 115 125 74
Binary 10111111 11110000 1000010 10100 0 1001000 110 1001101 1010101 111100

Color Harmonies of #BFF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF042

Black with #BFF042

Text Example


Text Example

White with #BFF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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