Html Css Color HEX #D5F288 Sulu

📋 copy color: '#D5F288'

red 213 ◦ green 242 ◦ blue 136

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

Shades of Sulu #D5F288

Tints of Sulu #D5F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.01%

R = 36.04%
G = 40.95%
B = 23.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#D5F288 (or 0xD5F288) is known color: Sulu. HEX triplet: D5, F2 and 88. RGB value is (213,242,136). Sum of RGB (Red+Green+Blue) = 213+242+136=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F288 is #2A0D77. Grayscale: #DDDDDD. Windows color (decimal): -2755960 or 8975061. OLE color: 8975061.

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

Color convert

RGB 213 242 136 -
CMYK 0.12 0 0.44 0.05
HSL 76.42º 0.8% 0.74% -
HSV(B) 76.42º 0.44% 0.95% -
XYZ 63.64 79.43 35.27 -
YUV 221.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 213 242 136 0.12 0 0.44 0.05 76.42 0.8 0.74
Hex D5 F2 88 C 0 2C 5 4C 50 4A
Octal 325 362 210 14 0 54 5 114 120 112
Binary 11010101 11110010 10001000 1100 0 101100 101 1001100 1010000 1001010

Color Harmonies of #D5F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F288

Black with #D5F288

Text Example


Text Example

White with #D5F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F288; }

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

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

background-color css

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

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

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

border-color css

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

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

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