Html Css Color HEX #DCF99B Reef

📋 copy color: '#DCF99B'

red 220 ◦ green 249 ◦ blue 155

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

Shades of Reef #DCF99B

Tints of Reef #DCF99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.84%

R = 35.26%
G = 39.9%
B = 24.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#DCF99B (or 0xDCF99B) is known color: Reef. HEX triplet: DC, F9 and 9B. RGB value is (220,249,155). Sum of RGB (Red+Green+Blue) = 220+249+155=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF99B is #230664. Grayscale: #E5E5E5. Windows color (decimal): -2295397 or 10222044. OLE color: 10222044.

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

Color convert

RGB 220 249 155 -
CMYK 0.12 0 0.38 0.02
HSL 78.51º 0.89% 0.79% -
HSV(B) 78.51º 0.38% 0.98% -
XYZ 69.31 85.33 43.83 -
YUV 229.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 220 249 155 0.12 0 0.38 0.02 78.51 0.89 0.79
Hex DC F9 9B C 0 26 2 4F 59 4F
Octal 334 371 233 14 0 46 2 117 131 117
Binary 11011100 11111001 10011011 1100 0 100110 10 1001111 1011001 1001111

Color Harmonies of #DCF99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF99B

Black with #DCF99B

Text Example


Text Example

White with #DCF99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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