Html Css Color HEX #DDF998 Reef

📋 copy color: '#DDF998'

red 221 ◦ green 249 ◦ blue 152

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

Shades of Reef #DDF998

Tints of Reef #DDF998

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.03%

 BLUE value IS 152 (59.77% from 255) = 24.44%

R = 35.53%
G = 40.03%
B = 24.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#DDF998 (or 0xDDF998) is known color: Reef. HEX triplet: DD, F9 and 98. RGB value is (221,249,152). Sum of RGB (Red+Green+Blue) = 221+249+152=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF998 is #220667. Grayscale: #E5E5E5. Windows color (decimal): -2229864 or 10025437. OLE color: 10025437.

HSL color Cylindrical-coordinate representation of color #DDF998: hue angle of 77.32º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDF998 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 152 -
CMYK 0.11 0 0.39 0.02
HSL 77.32º 0.89% 0.79% -
HSV(B) 77.32º 0.39% 0.98% -
XYZ 69.36 85.39 42.53 -
YUV 229.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 221 249 152 0.11 0 0.39 0.02 77.32 0.89 0.79
Hex DD F9 98 B 0 27 2 4D 59 4F
Octal 335 371 230 13 0 47 2 115 131 117
Binary 11011101 11111001 10011000 1011 0 100111 10 1001101 1011001 1001111

Color Harmonies of #DDF998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF998

Black with #DDF998

Text Example


Text Example

White with #DDF998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF998; }

 p { color: rgb(221,249,152); }

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

background-color css

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

 a { background-color: rgb(221,249,152); }

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

border-color css

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

 span { border-color: rgb(221,249,152); }

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