Html Css Color HEX #BFD775 Sulu

📋 copy color: '#BFD775'

red 191 ◦ green 215 ◦ blue 117

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

Shades of Sulu #BFD775

Tints of Sulu #BFD775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

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

R = 36.52%
G = 41.11%
B = 22.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BFD775 (or 0xBFD775) is known color: Sulu. HEX triplet: BF, D7 and 75. RGB value is (191,215,117). Sum of RGB (Red+Green+Blue) = 191+215+117=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD775 is #40288A. Grayscale: #C5C5C5. Windows color (decimal): -4204683 or 7722943. OLE color: 7722943.

HSL color Cylindrical-coordinate representation of color #BFD775: hue angle of 74.69º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD775 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 117 -
CMYK 0.11 0 0.46 0.16
HSL 74.69º 0.55% 0.65% -
HSV(B) 74.69º 0.46% 0.84% -
XYZ 49 60.96 26.01 -
YUV 196.65 83.05 123.97 -
System Red Green Blue C M Y K H S L
Decimal 191 215 117 0.11 0 0.46 0.16 74.69 0.55 0.65
Hex BF D7 75 B 0 2E 10 4B 37 41
Octal 277 327 165 13 0 56 20 113 67 101
Binary 10111111 11010111 1110101 1011 0 101110 10000 1001011 110111 1000001

Color Harmonies of #BFD775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD775

Black with #BFD775

Text Example


Text Example

White with #BFD775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD775; }

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

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

background-color css

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

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

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

border-color css

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

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

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