Html Css Color HEX #BFF04B Conifer

📋 copy color: '#BFF04B'

red 191 ◦ green 240 ◦ blue 75

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

Shades of Conifer #BFF04B

Tints of Conifer #BFF04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.82%

R = 37.75%
G = 47.43%
B = 14.82%

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

#BFF04B (or 0xBFF04B) is known color: Conifer. HEX triplet: BF, F0 and 4B. RGB value is (191,240,75). Sum of RGB (Red+Green+Blue) = 191+240+75=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF04B is #400FB4. Grayscale: #CFCFCF. Windows color (decimal): -4198325 or 4976831. OLE color: 4976831.

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

Color convert

RGB 191 240 75 -
CMYK 0.20 0 0.69 0.06
HSL 77.82º 0.85% 0.62% -
HSV(B) 77.82º 0.69% 0.94% -
XYZ 53.92 73.9 18.08 -
YUV 206.54 53.77 116.92 -
System Red Green Blue C M Y K H S L
Decimal 191 240 75 0.20 0 0.69 0.06 77.82 0.85 0.62
Hex BF F0 4B 14 0 45 6 4E 55 3E
Octal 277 360 113 24 0 105 6 116 125 76
Binary 10111111 11110000 1001011 10100 0 1000101 110 1001110 1010101 111110

Color Harmonies of #BFF04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF04B

Black with #BFF04B

Text Example


Text Example

White with #BFF04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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