Html Css Color HEX #D4FD7D Sulu

📋 copy color: '#D4FD7D'

red 212 ◦ green 253 ◦ blue 125

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

Shades of Sulu #D4FD7D

Tints of Sulu #D4FD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.19%

R = 35.93%
G = 42.88%
B = 21.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#D4FD7D (or 0xD4FD7D) is known color: Sulu. HEX triplet: D4, FD and 7D. RGB value is (212,253,125). Sum of RGB (Red+Green+Blue) = 212+253+125=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FD7D is #2B0282. Grayscale: #E2E2E2. Windows color (decimal): -2818691 or 8256980. OLE color: 8256980.

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

Color convert

RGB 212 253 125 -
CMYK 0.16 0 0.51 0.01
HSL 79.22º 0.97% 0.74% -
HSV(B) 79.22º 0.51% 0.99% -
XYZ 65.98 85.73 32.47 -
YUV 226.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 212 253 125 0.16 0 0.51 0.01 79.22 0.97 0.74
Hex D4 FD 7D 10 0 33 1 4F 61 4A
Octal 324 375 175 20 0 63 1 117 141 112
Binary 11010100 11111101 1111101 10000 0 110011 1 1001111 1100001 1001010

Color Harmonies of #D4FD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD7D

Black with #D4FD7D

Text Example


Text Example

White with #D4FD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD7D; }

 p { color: rgb(212,253,125); }

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

background-color css

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

 a { background-color: rgb(212,253,125); }

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

border-color css

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

 span { border-color: rgb(212,253,125); }

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