Html Css Color HEX #BFE16E Sulu

📋 copy color: '#BFE16E'

red 191 ◦ green 225 ◦ blue 110

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

Shades of Sulu #BFE16E

Tints of Sulu #BFE16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

 BLUE value IS 110 (43.36% from 255) = 20.91%

R = 36.31%
G = 42.78%
B = 20.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#BFE16E (or 0xBFE16E) is known color: Sulu. HEX triplet: BF, E1 and 6E. RGB value is (191,225,110). Sum of RGB (Red+Green+Blue) = 191+225+110=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE16E is #401E91. Grayscale: #CACACA. Windows color (decimal): -4202130 or 7266751. OLE color: 7266751.

HSL color Cylindrical-coordinate representation of color #BFE16E: hue angle of 77.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE16E is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 110 -
CMYK 0.15 0 0.51 0.12
HSL 77.74º 0.66% 0.66% -
HSV(B) 77.74º 0.51% 0.88% -
XYZ 51.23 66.05 24.8 -
YUV 201.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 191 225 110 0.15 0 0.51 0.12 77.74 0.66 0.66
Hex BF E1 6E F 0 33 C 4E 42 42
Octal 277 341 156 17 0 63 14 116 102 102
Binary 10111111 11100001 1101110 1111 0 110011 1100 1001110 1000010 1000010

Color Harmonies of #BFE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE16E

Black with #BFE16E

Text Example


Text Example

White with #BFE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE16E; }

 p { color: rgb(191,225,110); }

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

background-color css

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

 a { background-color: rgb(191,225,110); }

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

border-color css

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

 span { border-color: rgb(191,225,110); }

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