Html Css Color HEX #DDFC83 Mindaro

📋 copy color: '#DDFC83'

red 221 ◦ green 252 ◦ blue 131

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

Shades of Mindaro #DDFC83

Tints of Mindaro #DDFC83

RGB

 RED value IS 221 (86.72% from 255) = 36.59%

 GREEN value IS 252 (98.83% from 255) = 41.72%

 BLUE value IS 131 (51.56% from 255) = 21.69%

R = 36.59%
G = 41.72%
B = 21.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#DDFC83 (or 0xDDFC83) is known color: Mindaro. HEX triplet: DD, FC and 83. RGB value is (221,252,131). Sum of RGB (Red+Green+Blue) = 221+252+131=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC83 is #22037C. Grayscale: #E5E5E5. Windows color (decimal): -2229117 or 8649949. OLE color: 8649949.

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

Color convert

RGB 221 252 131 -
CMYK 0.12 0 0.48 0.01
HSL 75.37º 0.95% 0.75% -
HSV(B) 75.37º 0.48% 0.99% -
XYZ 68.73 86.63 34.57 -
YUV 228.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 221 252 131 0.12 0 0.48 0.01 75.37 0.95 0.75
Hex DD FC 83 C 0 30 1 4B 5F 4B
Octal 335 374 203 14 0 60 1 113 137 113
Binary 11011101 11111100 10000011 1100 0 110000 1 1001011 1011111 1001011

Color Harmonies of #DDFC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC83

Black with #DDFC83

Text Example


Text Example

White with #DDFC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC83; }

 p { color: rgb(221,252,131); }

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

background-color css

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

 a { background-color: rgb(221,252,131); }

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

border-color css

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

 span { border-color: rgb(221,252,131); }

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