Html Css Color HEX #DBF988 Sulu

📋 copy color: '#DBF988'

red 219 ◦ green 249 ◦ blue 136

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

Shades of Sulu #DBF988

Tints of Sulu #DBF988

RGB

 RED value IS 219 (85.94% from 255) = 36.26%

 GREEN value IS 249 (97.66% from 255) = 41.23%

 BLUE value IS 136 (53.52% from 255) = 22.52%

R = 36.26%
G = 41.23%
B = 22.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#DBF988 (or 0xDBF988) is known color: Sulu. HEX triplet: DB, F9 and 88. RGB value is (219,249,136). Sum of RGB (Red+Green+Blue) = 219+249+136=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF988 is #240677. Grayscale: #E3E3E3. Windows color (decimal): -2360952 or 8976859. OLE color: 8976859.

HSL color Cylindrical-coordinate representation of color #DBF988: hue angle of 75.93º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBF988 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 136 -
CMYK 0.12 0 0.45 0.02
HSL 75.93º 0.9% 0.75% -
HSV(B) 75.93º 0.45% 0.98% -
XYZ 67.53 84.59 36.06 -
YUV 227.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 219 249 136 0.12 0 0.45 0.02 75.93 0.9 0.75
Hex DB F9 88 C 0 2D 2 4C 5A 4B
Octal 333 371 210 14 0 55 2 114 132 113
Binary 11011011 11111001 10001000 1100 0 101101 10 1001100 1011010 1001011

Color Harmonies of #DBF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF988

Black with #DBF988

Text Example


Text Example

White with #DBF988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF988; }

 p { color: rgb(219,249,136); }

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

background-color css

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

 a { background-color: rgb(219,249,136); }

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

border-color css

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

 span { border-color: rgb(219,249,136); }

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