Html Css Color HEX #CFFEA0 Reef

📋 copy color: '#CFFEA0'

red 207 ◦ green 254 ◦ blue 160

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

Shades of Reef #CFFEA0

Tints of Reef #CFFEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.9%

 BLUE value IS 160 (62.89% from 255) = 25.76%

R = 33.33%
G = 40.9%
B = 25.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#CFFEA0 (or 0xCFFEA0) is known color: Reef. HEX triplet: CF, FE and A0. RGB value is (207,254,160). Sum of RGB (Red+Green+Blue) = 207+254+160=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFEA0 is #30015F. Grayscale: #E5E5E5. Windows color (decimal): -3146080 or 10550991. OLE color: 10550991.

HSL color Cylindrical-coordinate representation of color #CFFEA0: hue angle of 90º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFFEA0 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 254 160 -
CMYK 0.19 0 0.37 0.00
HSL 90º 0.98% 0.81% -
HSV(B) 90º 0.37% 1% -
XYZ 67.52 86.69 46.43 -
YUV 229.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 207 254 160 0.19 0 0.37 0.00 90 0.98 0.81
Hex CF FE A0 13 0 25 0 5A 62 51
Octal 317 376 240 23 0 45 0 132 142 121
Binary 11001111 11111110 10100000 10011 0 100101 0 1011010 1100010 1010001

Color Harmonies of #CFFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFEA0

Black with #CFFEA0

Text Example


Text Example

White with #CFFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFEA0; }

 p { color: rgb(207,254,160); }

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

background-color css

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

 a { background-color: rgb(207,254,160); }

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

border-color css

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

 span { border-color: rgb(207,254,160); }

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