Html Css Color HEX #CFF0AB Reef

📋 copy color: '#CFF0AB'

red 207 ◦ green 240 ◦ blue 171

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

Shades of Reef #CFF0AB

Tints of Reef #CFF0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.67%

R = 33.5%
G = 38.83%
B = 27.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#CFF0AB (or 0xCFF0AB) is known color: Reef. HEX triplet: CF, F0 and AB. RGB value is (207,240,171). Sum of RGB (Red+Green+Blue) = 207+240+171=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0AB is #300F54. Grayscale: #DEDEDE. Windows color (decimal): -3149653 or 11268303. OLE color: 11268303.

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

Color convert

RGB 207 240 171 -
CMYK 0.14 0 0.29 0.06
HSL 88.7º 0.7% 0.81% -
HSV(B) 88.7º 0.29% 0.94% -
XYZ 64.24 78.53 50.3 -
YUV 222.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 207 240 171 0.14 0 0.29 0.06 88.7 0.7 0.81
Hex CF F0 AB E 0 1D 6 59 46 51
Octal 317 360 253 16 0 35 6 131 106 121
Binary 11001111 11110000 10101011 1110 0 11101 110 1011001 1000110 1010001

Color Harmonies of #CFF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0AB

Black with #CFF0AB

Text Example


Text Example

White with #CFF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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