Html Css Color HEX #BFDD75 Sulu

📋 copy color: '#BFDD75'

red 191 ◦ green 221 ◦ blue 117

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

Shades of Sulu #BFDD75

Tints of Sulu #BFDD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.78%

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

R = 36.11%
G = 41.78%
B = 22.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BFDD75 (or 0xBFDD75) is known color: Sulu. HEX triplet: BF, DD and 75. RGB value is (191,221,117). Sum of RGB (Red+Green+Blue) = 191+221+117=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD75 is #40228A. Grayscale: #C8C8C8. Windows color (decimal): -4203147 or 7724479. OLE color: 7724479.

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

Color convert

RGB 191 221 117 -
CMYK 0.14 0 0.47 0.13
HSL 77.31º 0.6% 0.66% -
HSV(B) 77.31º 0.47% 0.87% -
XYZ 50.55 64.07 26.53 -
YUV 200.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 191 221 117 0.14 0 0.47 0.13 77.31 0.6 0.66
Hex BF DD 75 E 0 2F D 4D 3C 42
Octal 277 335 165 16 0 57 15 115 74 102
Binary 10111111 11011101 1110101 1110 0 101111 1101 1001101 111100 1000010

Color Harmonies of #BFDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD75

Black with #BFDD75

Text Example


Text Example

White with #BFDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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