Html Css Color HEX #BFF04A Conifer

📋 copy color: '#BFF04A'

red 191 ◦ green 240 ◦ blue 74

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

Shades of Conifer #BFF04A

Tints of Conifer #BFF04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.65%

R = 37.82%
G = 47.52%
B = 14.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#BFF04A (or 0xBFF04A) is known color: Conifer. HEX triplet: BF, F0 and 4A. RGB value is (191,240,74). Sum of RGB (Red+Green+Blue) = 191+240+74=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF04A is #400FB5. Grayscale: #CFCFCF. Windows color (decimal): -4198326 or 4911295. OLE color: 4911295.

HSL color Cylindrical-coordinate representation of color #BFF04A: hue angle of 77.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFF04A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 74 -
CMYK 0.20 0 0.69 0.06
HSL 77.71º 0.85% 0.62% -
HSV(B) 77.71º 0.69% 0.94% -
XYZ 53.88 73.89 17.9 -
YUV 206.43 53.27 117 -
System Red Green Blue C M Y K H S L
Decimal 191 240 74 0.20 0 0.69 0.06 77.71 0.85 0.62
Hex BF F0 4A 14 0 45 6 4E 55 3E
Octal 277 360 112 24 0 105 6 116 125 76
Binary 10111111 11110000 1001010 10100 0 1000101 110 1001110 1010101 111110

Color Harmonies of #BFF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF04A

Black with #BFF04A

Text Example


Text Example

White with #BFF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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