Html Css Color HEX #DDF298 Reef

📋 copy color: '#DDF298'

red 221 ◦ green 242 ◦ blue 152

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

Shades of Reef #DDF298

Tints of Reef #DDF298

RGB

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

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

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

R = 35.93%
G = 39.35%
B = 24.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#DDF298 (or 0xDDF298) is known color: Reef. HEX triplet: DD, F2 and 98. RGB value is (221,242,152). Sum of RGB (Red+Green+Blue) = 221+242+152=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF298 is #220D67. Grayscale: #E1E1E1. Windows color (decimal): -2231656 or 10023645. OLE color: 10023645.

HSL color Cylindrical-coordinate representation of color #DDF298: hue angle of 74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF298 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 152 -
CMYK 0.09 0 0.37 0.05
HSL 74º 0.78% 0.77% -
HSV(B) 74º 0.37% 0.95% -
XYZ 67.24 81.14 41.82 -
YUV 225.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 221 242 152 0.09 0 0.37 0.05 74 0.78 0.77
Hex DD F2 98 9 0 25 5 4A 4E 4D
Octal 335 362 230 11 0 45 5 112 116 115
Binary 11011101 11110010 10011000 1001 0 100101 101 1001010 1001110 1001101

Color Harmonies of #DDF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF298

Black with #DDF298

Text Example


Text Example

White with #DDF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF298; }

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

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

background-color css

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

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

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

border-color css

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

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

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