Html Css Color HEX #D4F27D Sulu

📋 copy color: '#D4F27D'

red 212 ◦ green 242 ◦ blue 125

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

Shades of Sulu #D4F27D

Tints of Sulu #D4F27D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 36.61%
G = 41.8%
B = 21.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#D4F27D (or 0xD4F27D) is known color: Sulu. HEX triplet: D4, F2 and 7D. RGB value is (212,242,125). Sum of RGB (Red+Green+Blue) = 212+242+125=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F27D is #2B0D82. Grayscale: #DCDCDC. Windows color (decimal): -2821507 or 8254164. OLE color: 8254164.

HSL color Cylindrical-coordinate representation of color #D4F27D: hue angle of 75.38º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4F27D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 125 -
CMYK 0.12 0 0.48 0.05
HSL 75.38º 0.82% 0.72% -
HSV(B) 75.38º 0.48% 0.95% -
XYZ 62.61 78.98 31.35 -
YUV 219.69 74.56 122.51 -
System Red Green Blue C M Y K H S L
Decimal 212 242 125 0.12 0 0.48 0.05 75.38 0.82 0.72
Hex D4 F2 7D C 0 30 5 4B 52 48
Octal 324 362 175 14 0 60 5 113 122 110
Binary 11010100 11110010 1111101 1100 0 110000 101 1001011 1010010 1001000

Color Harmonies of #D4F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F27D

Black with #D4F27D

Text Example


Text Example

White with #D4F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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