Html Css Color HEX #D4F97D Sulu

📋 copy color: '#D4F97D'

red 212 ◦ green 249 ◦ blue 125

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

Shades of Sulu #D4F97D

Tints of Sulu #D4F97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

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

R = 36.18%
G = 42.49%
B = 21.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#D4F97D (or 0xD4F97D) is known color: Sulu. HEX triplet: D4, F9 and 7D. RGB value is (212,249,125). Sum of RGB (Red+Green+Blue) = 212+249+125=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F97D is #2B0682. Grayscale: #E0E0E0. Windows color (decimal): -2819715 or 8255956. OLE color: 8255956.

HSL color Cylindrical-coordinate representation of color #D4F97D: hue angle of 77.9º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F97D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 249 125 -
CMYK 0.15 0 0.50 0.02
HSL 77.9º 0.91% 0.73% -
HSV(B) 77.9º 0.5% 0.98% -
XYZ 64.73 83.23 32.06 -
YUV 223.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 212 249 125 0.15 0 0.50 0.02 77.9 0.91 0.73
Hex D4 F9 7D F 0 32 2 4E 5B 49
Octal 324 371 175 17 0 62 2 116 133 111
Binary 11010100 11111001 1111101 1111 0 110010 10 1001110 1011011 1001001

Color Harmonies of #D4F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F97D

Black with #D4F97D

Text Example


Text Example

White with #D4F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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