Html Css Color HEX #D5F384 Sulu

📋 copy color: '#D5F384'

red 213 ◦ green 243 ◦ blue 132

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

Shades of Sulu #D5F384

Tints of Sulu #D5F384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.45%

R = 36.22%
G = 41.33%
B = 22.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#D5F384 (or 0xD5F384) is known color: Sulu. HEX triplet: D5, F3 and 84. RGB value is (213,243,132). Sum of RGB (Red+Green+Blue) = 213+243+132=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F384 is #2A0C7B. Grayscale: #DDDDDD. Windows color (decimal): -2755708 or 8713173. OLE color: 8713173.

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

Color convert

RGB 213 243 132 -
CMYK 0.12 0 0.46 0.05
HSL 76.22º 0.82% 0.74% -
HSV(B) 76.22º 0.46% 0.95% -
XYZ 63.66 79.91 33.9 -
YUV 221.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 213 243 132 0.12 0 0.46 0.05 76.22 0.82 0.74
Hex D5 F3 84 C 0 2E 5 4C 52 4A
Octal 325 363 204 14 0 56 5 114 122 112
Binary 11010101 11110011 10000100 1100 0 101110 101 1001100 1010010 1001010

Color Harmonies of #D5F384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F384

Black with #D5F384

Text Example


Text Example

White with #D5F384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F384; }

 p { color: rgb(213,243,132); }

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

background-color css

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

 a { background-color: rgb(213,243,132); }

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

border-color css

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

 span { border-color: rgb(213,243,132); }

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