Html Css Color HEX #BFDF75 Sulu

📋 copy color: '#BFDF75'

red 191 ◦ green 223 ◦ blue 117

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

Shades of Sulu #BFDF75

Tints of Sulu #BFDF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

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

R = 35.97%
G = 42%
B = 22.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BFDF75 (or 0xBFDF75) is known color: Sulu. HEX triplet: BF, DF and 75. RGB value is (191,223,117). Sum of RGB (Red+Green+Blue) = 191+223+117=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF75 is #40208A. Grayscale: #C9C9C9. Windows color (decimal): -4202635 or 7724991. OLE color: 7724991.

HSL color Cylindrical-coordinate representation of color #BFDF75: hue angle of 78.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFDF75 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 117 -
CMYK 0.14 0 0.48 0.13
HSL 78.11º 0.62% 0.67% -
HSV(B) 78.11º 0.48% 0.87% -
XYZ 51.08 65.14 26.71 -
YUV 201.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 191 223 117 0.14 0 0.48 0.13 78.11 0.62 0.67
Hex BF DF 75 E 0 30 D 4E 3E 43
Octal 277 337 165 16 0 60 15 116 76 103
Binary 10111111 11011111 1110101 1110 0 110000 1101 1001110 111110 1000011

Color Harmonies of #BFDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF75

Black with #BFDF75

Text Example


Text Example

White with #BFDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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