Html Css Color HEX #BFE875 Sulu

📋 copy color: '#BFE875'

red 191 ◦ green 232 ◦ blue 117

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

Shades of Sulu #BFE875

Tints of Sulu #BFE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.96%

 BLUE value IS 117 (46.09% from 255) = 21.67%

R = 35.37%
G = 42.96%
B = 21.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BFE875 (or 0xBFE875) is known color: Sulu. HEX triplet: BF, E8 and 75. RGB value is (191,232,117). Sum of RGB (Red+Green+Blue) = 191+232+117=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE875 is #40178A. Grayscale: #CFCFCF. Windows color (decimal): -4200331 or 7727295. OLE color: 7727295.

HSL color Cylindrical-coordinate representation of color #BFE875: hue angle of 81.39º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE875 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 232 117 -
CMYK 0.18 0 0.50 0.09
HSL 81.39º 0.71% 0.68% -
HSV(B) 81.39º 0.5% 0.91% -
XYZ 53.55 70.07 27.53 -
YUV 206.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 191 232 117 0.18 0 0.50 0.09 81.39 0.71 0.68
Hex BF E8 75 12 0 32 9 51 47 44
Octal 277 350 165 22 0 62 11 121 107 104
Binary 10111111 11101000 1110101 10010 0 110010 1001 1010001 1000111 1000100

Color Harmonies of #BFE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE875

Black with #BFE875

Text Example


Text Example

White with #BFE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE875; }

 p { color: rgb(191,232,117); }

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

background-color css

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

 a { background-color: rgb(191,232,117); }

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

border-color css

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

 span { border-color: rgb(191,232,117); }

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