Html Css Color HEX #D4FB82 Sulu

📋 copy color: '#D4FB82'

red 212 ◦ green 251 ◦ blue 130

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

Shades of Sulu #D4FB82

Tints of Sulu #D4FB82

RGB

 RED value IS 212 (83.2% from 255) = 35.75%

 GREEN value IS 251 (98.44% from 255) = 42.33%

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

R = 35.75%
G = 42.33%
B = 21.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#D4FB82 (or 0xD4FB82) is known color: Sulu. HEX triplet: D4, FB and 82. RGB value is (212,251,130). Sum of RGB (Red+Green+Blue) = 212+251+130=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FB82 is #2B047D. Grayscale: #E1E1E1. Windows color (decimal): -2819198 or 8584148. OLE color: 8584148.

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

Color convert

RGB 212 251 130 -
CMYK 0.16 0 0.48 0.02
HSL 79.34º 0.94% 0.75% -
HSV(B) 79.34º 0.48% 0.98% -
XYZ 65.68 84.6 33.99 -
YUV 225.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 212 251 130 0.16 0 0.48 0.02 79.34 0.94 0.75
Hex D4 FB 82 10 0 30 2 4F 5E 4B
Octal 324 373 202 20 0 60 2 117 136 113
Binary 11010100 11111011 10000010 10000 0 110000 10 1001111 1011110 1001011

Color Harmonies of #D4FB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB82

Black with #D4FB82

Text Example


Text Example

White with #D4FB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB82; }

 p { color: rgb(212,251,130); }

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

background-color css

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

 a { background-color: rgb(212,251,130); }

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

border-color css

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

 span { border-color: rgb(212,251,130); }

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