Html Css Color HEX #DCF998 Reef

📋 copy color: '#DCF998'

red 220 ◦ green 249 ◦ blue 152

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

Shades of Reef #DCF998

Tints of Reef #DCF998

RGB

 RED value IS 220 (86.33% from 255) = 35.43%

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

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

R = 35.43%
G = 40.1%
B = 24.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#DCF998 (or 0xDCF998) is known color: Reef. HEX triplet: DC, F9 and 98. RGB value is (220,249,152). Sum of RGB (Red+Green+Blue) = 220+249+152=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 152 (59.77% from 255 or 24.48% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF998 is #230667. Grayscale: #E5E5E5. Windows color (decimal): -2295400 or 10025436. OLE color: 10025436.

HSL color Cylindrical-coordinate representation of color #DCF998: hue angle of 77.94º 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 #DCF998 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 152 -
CMYK 0.12 0 0.39 0.02
HSL 77.94º 0.89% 0.79% -
HSV(B) 77.94º 0.39% 0.98% -
XYZ 69.06 85.23 42.52 -
YUV 229.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 220 249 152 0.12 0 0.39 0.02 77.94 0.89 0.79
Hex DC F9 98 C 0 27 2 4E 59 4F
Octal 334 371 230 14 0 47 2 116 131 117
Binary 11011100 11111001 10011000 1100 0 100111 10 1001110 1011001 1001111

Color Harmonies of #DCF998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF998

Black with #DCF998

Text Example


Text Example

White with #DCF998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF998; }

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

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

background-color css

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

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

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

border-color css

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

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

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