Html Css Color HEX #D4FE7D Sulu

📋 copy color: '#D4FE7D'

red 212 ◦ green 254 ◦ blue 125

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

Shades of Sulu #D4FE7D

Tints of Sulu #D4FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.98%

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

R = 35.87%
G = 42.98%
B = 21.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#D4FE7D (or 0xD4FE7D) is known color: Sulu. HEX triplet: D4, FE and 7D. RGB value is (212,254,125). Sum of RGB (Red+Green+Blue) = 212+254+125=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FE7D is #2B0182. Grayscale: #E3E3E3. Windows color (decimal): -2818435 or 8257236. OLE color: 8257236.

HSL color Cylindrical-coordinate representation of color #D4FE7D: hue angle of 79.53º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4FE7D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 254 125 -
CMYK 0.17 0 0.51 0.00
HSL 79.53º 0.98% 0.74% -
HSV(B) 79.53º 0.51% 1% -
XYZ 66.29 86.36 32.58 -
YUV 226.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 212 254 125 0.17 0 0.51 0.00 79.53 0.98 0.74
Hex D4 FE 7D 11 0 33 0 50 62 4A
Octal 324 376 175 21 0 63 0 120 142 112
Binary 11010100 11111110 1111101 10001 0 110011 0 1010000 1100010 1001010

Color Harmonies of #D4FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE7D

Black with #D4FE7D

Text Example


Text Example

White with #D4FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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