Html Css Color HEX #BFE175 Sulu

📋 copy color: '#BFE175'

red 191 ◦ green 225 ◦ blue 117

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

Shades of Sulu #BFE175

Tints of Sulu #BFE175

RGB

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

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

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

R = 35.83%
G = 42.21%
B = 21.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BFE175 (or 0xBFE175) is known color: Sulu. HEX triplet: BF, E1 and 75. RGB value is (191,225,117). Sum of RGB (Red+Green+Blue) = 191+225+117=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE175 is #401E8A. Grayscale: #CACACA. Windows color (decimal): -4202123 or 7725503. OLE color: 7725503.

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

Color convert

RGB 191 225 117 -
CMYK 0.15 0 0.48 0.12
HSL 78.89º 0.64% 0.67% -
HSV(B) 78.89º 0.48% 0.88% -
XYZ 51.62 66.21 26.89 -
YUV 202.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 191 225 117 0.15 0 0.48 0.12 78.89 0.64 0.67
Hex BF E1 75 F 0 30 C 4F 40 43
Octal 277 341 165 17 0 60 14 117 100 103
Binary 10111111 11100001 1110101 1111 0 110000 1100 1001111 1000000 1000011

Color Harmonies of #BFE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE175

Black with #BFE175

Text Example


Text Example

White with #BFE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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