Html Css Color HEX #D5F27D Sulu

📋 copy color: '#D5F27D'

red 213 ◦ green 242 ◦ blue 125

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

Shades of Sulu #D5F27D

Tints of Sulu #D5F27D

RGB

 RED value IS 213 (83.59% from 255) = 36.72%

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

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

R = 36.72%
G = 41.72%
B = 21.55%

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

#D5F27D (or 0xD5F27D) is known color: Sulu. HEX triplet: D5, F2 and 7D. RGB value is (213,242,125). Sum of RGB (Red+Green+Blue) = 213+242+125=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F27D is #2A0D82. Grayscale: #DCDCDC. Windows color (decimal): -2755971 or 8254165. OLE color: 8254165.

HSL color Cylindrical-coordinate representation of color #D5F27D: hue angle of 74.87º 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 #D5F27D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 125 -
CMYK 0.12 0 0.48 0.05
HSL 74.87º 0.82% 0.72% -
HSV(B) 74.87º 0.48% 0.95% -
XYZ 62.89 79.13 31.36 -
YUV 219.99 74.39 123.01 -
System Red Green Blue C M Y K H S L
Decimal 213 242 125 0.12 0 0.48 0.05 74.87 0.82 0.72
Hex D5 F2 7D C 0 30 5 4B 52 48
Octal 325 362 175 14 0 60 5 113 122 110
Binary 11010101 11110010 1111101 1100 0 110000 101 1001011 1010010 1001000

Color Harmonies of #D5F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F27D

Black with #D5F27D

Text Example


Text Example

White with #D5F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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