Html Css Color HEX #D4FB84 Sulu

📋 copy color: '#D4FB84'

red 212 ◦ green 251 ◦ blue 132

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

Shades of Sulu #D4FB84

Tints of Sulu #D4FB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 35.63%
G = 42.18%
B = 22.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#D4FB84 (or 0xD4FB84) is known color: Sulu. HEX triplet: D4, FB and 84. RGB value is (212,251,132). Sum of RGB (Red+Green+Blue) = 212+251+132=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FB84 is #2B047B. Grayscale: #E2E2E2. Windows color (decimal): -2819196 or 8715220. OLE color: 8715220.

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

Color convert

RGB 212 251 132 -
CMYK 0.16 0 0.47 0.02
HSL 79.66º 0.94% 0.75% -
HSV(B) 79.66º 0.47% 0.98% -
XYZ 65.81 84.66 34.7 -
YUV 225.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 212 251 132 0.16 0 0.47 0.02 79.66 0.94 0.75
Hex D4 FB 84 10 0 2F 2 50 5E 4B
Octal 324 373 204 20 0 57 2 120 136 113
Binary 11010100 11111011 10000100 10000 0 101111 10 1010000 1011110 1001011

Color Harmonies of #D4FB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB84

Black with #D4FB84

Text Example


Text Example

White with #D4FB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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