Html Css Color HEX #BFDD6E Sulu

📋 copy color: '#BFDD6E'

red 191 ◦ green 221 ◦ blue 110

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

Shades of Sulu #BFDD6E

Tints of Sulu #BFDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.07%

R = 36.59%
G = 42.34%
B = 21.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BFDD6E (or 0xBFDD6E) is known color: Sulu. HEX triplet: BF, DD and 6E. RGB value is (191,221,110). Sum of RGB (Red+Green+Blue) = 191+221+110=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD6E is #402291. Grayscale: #C7C7C7. Windows color (decimal): -4203154 or 7265727. OLE color: 7265727.

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

Color convert

RGB 191 221 110 -
CMYK 0.14 0 0.50 0.13
HSL 76.22º 0.62% 0.65% -
HSV(B) 76.22º 0.5% 0.87% -
XYZ 50.16 63.92 24.45 -
YUV 199.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 191 221 110 0.14 0 0.50 0.13 76.22 0.62 0.65
Hex BF DD 6E E 0 32 D 4C 3E 41
Octal 277 335 156 16 0 62 15 114 76 101
Binary 10111111 11011101 1101110 1110 0 110010 1101 1001100 111110 1000001

Color Harmonies of #BFDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD6E

Black with #BFDD6E

Text Example


Text Example

White with #BFDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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