Html Css Color HEX #BFE575 Sulu

📋 copy color: '#BFE575'

red 191 ◦ green 229 ◦ blue 117

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

Shades of Sulu #BFE575

Tints of Sulu #BFE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

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

R = 35.57%
G = 42.64%
B = 21.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BFE575 (or 0xBFE575) is known color: Sulu. HEX triplet: BF, E5 and 75. RGB value is (191,229,117). Sum of RGB (Red+Green+Blue) = 191+229+117=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE575 is #401A8A. Grayscale: #CDCDCD. Windows color (decimal): -4201099 or 7726527. OLE color: 7726527.

HSL color Cylindrical-coordinate representation of color #BFE575: hue angle of 80.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE575 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 117 -
CMYK 0.17 0 0.49 0.10
HSL 80.36º 0.68% 0.68% -
HSV(B) 80.36º 0.49% 0.9% -
XYZ 52.72 68.4 27.25 -
YUV 204.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 191 229 117 0.17 0 0.49 0.10 80.36 0.68 0.68
Hex BF E5 75 11 0 31 A 50 44 44
Octal 277 345 165 21 0 61 12 120 104 104
Binary 10111111 11100101 1110101 10001 0 110001 1010 1010000 1000100 1000100

Color Harmonies of #BFE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE575

Black with #BFE575

Text Example


Text Example

White with #BFE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE575; }

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

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

background-color css

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

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

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

border-color css

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

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

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