Html Css Color HEX #DCF09B Reef

📋 copy color: '#DCF09B'

red 220 ◦ green 240 ◦ blue 155

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

Shades of Reef #DCF09B

Tints of Reef #DCF09B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.02%

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

R = 35.77%
G = 39.02%
B = 25.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#DCF09B (or 0xDCF09B) is known color: Reef. HEX triplet: DC, F0 and 9B. RGB value is (220,240,155). Sum of RGB (Red+Green+Blue) = 220+240+155=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF09B is #230F64. Grayscale: #E0E0E0. Windows color (decimal): -2297701 or 10219740. OLE color: 10219740.

HSL color Cylindrical-coordinate representation of color #DCF09B: hue angle of 74.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCF09B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 155 -
CMYK 0.08 0 0.35 0.06
HSL 74.12º 0.74% 0.77% -
HSV(B) 74.12º 0.35% 0.94% -
XYZ 66.59 79.9 42.92 -
YUV 224.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 220 240 155 0.08 0 0.35 0.06 74.12 0.74 0.77
Hex DC F0 9B 8 0 23 6 4A 4A 4D
Octal 334 360 233 10 0 43 6 112 112 115
Binary 11011100 11110000 10011011 1000 0 100011 110 1001010 1001010 1001101

Color Harmonies of #DCF09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF09B

Black with #DCF09B

Text Example


Text Example

White with #DCF09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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