Html Css Color HEX #DBFD82 Sulu

📋 copy color: '#DBFD82'

red 219 ◦ green 253 ◦ blue 130

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

Shades of Sulu #DBFD82

Tints of Sulu #DBFD82

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.03%

 BLUE value IS 130 (51.17% from 255) = 21.59%

R = 36.38%
G = 42.03%
B = 21.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DBFD82 (or 0xDBFD82) is known color: Sulu. HEX triplet: DB, FD and 82. RGB value is (219,253,130). Sum of RGB (Red+Green+Blue) = 219+253+130=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD82 is #24027D. Grayscale: #E5E5E5. Windows color (decimal): -2359934 or 8584667. OLE color: 8584667.

HSL color Cylindrical-coordinate representation of color #DBFD82: hue angle of 76.59º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFD82 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 130 -
CMYK 0.13 0 0.49 0.01
HSL 76.59º 0.97% 0.75% -
HSV(B) 76.59º 0.49% 0.99% -
XYZ 68.37 86.92 34.29 -
YUV 228.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 219 253 130 0.13 0 0.49 0.01 76.59 0.97 0.75
Hex DB FD 82 D 0 31 1 4D 61 4B
Octal 333 375 202 15 0 61 1 115 141 113
Binary 11011011 11111101 10000010 1101 0 110001 1 1001101 1100001 1001011

Color Harmonies of #DBFD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD82

Black with #DBFD82

Text Example


Text Example

White with #DBFD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD82; }

 p { color: rgb(219,253,130); }

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

background-color css

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

 a { background-color: rgb(219,253,130); }

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

border-color css

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

 span { border-color: rgb(219,253,130); }

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