Html Css Color HEX #D2F388 Sulu

📋 copy color: '#D2F388'

red 210 ◦ green 243 ◦ blue 136

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

Shades of Sulu #D2F388

Tints of Sulu #D2F388

RGB

 RED value IS 210 (82.42% from 255) = 35.65%

 GREEN value IS 243 (95.31% from 255) = 41.26%

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

R = 35.65%
G = 41.26%
B = 23.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#D2F388 (or 0xD2F388) is known color: Sulu. HEX triplet: D2, F3 and 88. RGB value is (210,243,136). Sum of RGB (Red+Green+Blue) = 210+243+136=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F388 is #2D0C77. Grayscale: #DDDDDD. Windows color (decimal): -2952312 or 8975314. OLE color: 8975314.

HSL color Cylindrical-coordinate representation of color #D2F388: hue angle of 78.5º degrees, saturation: 0.82, 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 #D2F388 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 243 136 -
CMYK 0.14 0 0.44 0.05
HSL 78.5º 0.82% 0.74% -
HSV(B) 78.5º 0.44% 0.95% -
XYZ 63.07 79.58 35.33 -
YUV 220.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 210 243 136 0.14 0 0.44 0.05 78.5 0.82 0.74
Hex D2 F3 88 E 0 2C 5 4F 52 4A
Octal 322 363 210 16 0 54 5 117 122 112
Binary 11010010 11110011 10001000 1110 0 101100 101 1001111 1010010 1001010

Color Harmonies of #D2F388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F388

Black with #D2F388

Text Example


Text Example

White with #D2F388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F388; }

 p { color: rgb(210,243,136); }

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

background-color css

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

 a { background-color: rgb(210,243,136); }

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

border-color css

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

 span { border-color: rgb(210,243,136); }

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