Html Css Color HEX #BFE252 Conifer

📋 copy color: '#BFE252'

red 191 ◦ green 226 ◦ blue 82

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

Shades of Conifer #BFE252

Tints of Conifer #BFE252

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.29%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 38.28%
G = 45.29%
B = 16.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#BFE252 (or 0xBFE252) is known color: Conifer. HEX triplet: BF, E2 and 52. RGB value is (191,226,82). Sum of RGB (Red+Green+Blue) = 191+226+82=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE252 is #401DAD. Grayscale: #C7C7C7. Windows color (decimal): -4201902 or 5431999. OLE color: 5431999.

HSL color Cylindrical-coordinate representation of color #BFE252: hue angle of 74.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFE252 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 82 -
CMYK 0.15 0 0.64 0.11
HSL 74.58º 0.71% 0.6% -
HSV(B) 74.58º 0.64% 0.89% -
XYZ 50.21 66.08 18.09 -
YUV 199.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 191 226 82 0.15 0 0.64 0.11 74.58 0.71 0.6
Hex BF E2 52 F 0 40 B 4B 47 3C
Octal 277 342 122 17 0 100 13 113 107 74
Binary 10111111 11100010 1010010 1111 0 1000000 1011 1001011 1000111 111100

Color Harmonies of #BFE252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE252

Black with #BFE252

Text Example


Text Example

White with #BFE252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE252; }

 p { color: rgb(191,226,82); }

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

background-color css

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

 a { background-color: rgb(191,226,82); }

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

border-color css

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

 span { border-color: rgb(191,226,82); }

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