Html Css Color HEX #CFE7A0 Reef

📋 copy color: '#CFE7A0'

red 207 ◦ green 231 ◦ blue 160

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

Shades of Reef #CFE7A0

Tints of Reef #CFE7A0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.63%

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

R = 34.62%
G = 38.63%
B = 26.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#CFE7A0 (or 0xCFE7A0) is known color: Reef. HEX triplet: CF, E7 and A0. RGB value is (207,231,160). Sum of RGB (Red+Green+Blue) = 207+231+160=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE7A0 is #30185F. Grayscale: #D7D7D7. Windows color (decimal): -3151968 or 10545103. OLE color: 10545103.

HSL color Cylindrical-coordinate representation of color #CFE7A0: hue angle of 80.28º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE7A0 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 160 -
CMYK 0.10 0 0.31 0.09
HSL 80.28º 0.6% 0.77% -
HSV(B) 80.28º 0.31% 0.91% -
XYZ 60.65 72.96 44.14 -
YUV 215.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 207 231 160 0.10 0 0.31 0.09 80.28 0.6 0.77
Hex CF E7 A0 A 0 1F 9 50 3C 4D
Octal 317 347 240 12 0 37 11 120 74 115
Binary 11001111 11100111 10100000 1010 0 11111 1001 1010000 111100 1001101

Color Harmonies of #CFE7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7A0

Black with #CFE7A0

Text Example


Text Example

White with #CFE7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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