Html Css Color HEX #CFF0AD Reef

📋 copy color: '#CFF0AD'

red 207 ◦ green 240 ◦ blue 173

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

Shades of Reef #CFF0AD

Tints of Reef #CFF0AD

RGB

 RED value IS 207 (81.25% from 255) = 33.39%

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

 BLUE value IS 173 (67.97% from 255) = 27.9%

R = 33.39%
G = 38.71%
B = 27.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#CFF0AD (or 0xCFF0AD) is known color: Reef. HEX triplet: CF, F0 and AD. RGB value is (207,240,173). Sum of RGB (Red+Green+Blue) = 207+240+173=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0AD is #300F52. Grayscale: #DEDEDE. Windows color (decimal): -3149651 or 11399375. OLE color: 11399375.

HSL color Cylindrical-coordinate representation of color #CFF0AD: hue angle of 89.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF0AD is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 173 -
CMYK 0.14 0 0.28 0.06
HSL 89.55º 0.69% 0.81% -
HSV(B) 89.55º 0.28% 0.94% -
XYZ 64.44 78.6 51.31 -
YUV 222.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 207 240 173 0.14 0 0.28 0.06 89.55 0.69 0.81
Hex CF F0 AD E 0 1C 6 5A 45 51
Octal 317 360 255 16 0 34 6 132 105 121
Binary 11001111 11110000 10101101 1110 0 11100 110 1011010 1000101 1010001

Color Harmonies of #CFF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0AD

Black with #CFF0AD

Text Example


Text Example

White with #CFF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0AD; }

 p { color: rgb(207,240,173); }

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

background-color css

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

 a { background-color: rgb(207,240,173); }

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

border-color css

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

 span { border-color: rgb(207,240,173); }

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