Html Css Color HEX #BFE975 Sulu

📋 copy color: '#BFE975'

red 191 ◦ green 233 ◦ blue 117

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

Shades of Sulu #BFE975

Tints of Sulu #BFE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.07%

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

R = 35.3%
G = 43.07%
B = 21.63%

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

#BFE975 (or 0xBFE975) is known color: Sulu. HEX triplet: BF, E9 and 75. RGB value is (191,233,117). Sum of RGB (Red+Green+Blue) = 191+233+117=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE975 is #40168A. Grayscale: #CFCFCF. Windows color (decimal): -4200075 or 7727551. OLE color: 7727551.

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

Color convert

RGB 191 233 117 -
CMYK 0.18 0 0.50 0.09
HSL 81.72º 0.73% 0.69% -
HSV(B) 81.72º 0.5% 0.91% -
XYZ 53.84 70.64 27.63 -
YUV 207.22 77.09 116.43 -
System Red Green Blue C M Y K H S L
Decimal 191 233 117 0.18 0 0.50 0.09 81.72 0.73 0.69
Hex BF E9 75 12 0 32 9 52 48 45
Octal 277 351 165 22 0 62 11 122 110 105
Binary 10111111 11101001 1110101 10010 0 110010 1001 1010010 1001000 1000101

Color Harmonies of #BFE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE975

Black with #BFE975

Text Example


Text Example

White with #BFE975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE975; }

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

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

background-color css

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

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

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

border-color css

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

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

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