Html Css Color HEX #CFF2A7 Reef

📋 copy color: '#CFF2A7'

red 207 ◦ green 242 ◦ blue 167

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

Shades of Reef #CFF2A7

Tints of Reef #CFF2A7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.29%

 BLUE value IS 167 (65.63% from 255) = 27.11%

R = 33.6%
G = 39.29%
B = 27.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#CFF2A7 (or 0xCFF2A7) is known color: Reef. HEX triplet: CF, F2 and A7. RGB value is (207,242,167). Sum of RGB (Red+Green+Blue) = 207+242+167=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 167 (65.62% from 255 or 27.11% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2A7 is #300D58. Grayscale: #DFDFDF. Windows color (decimal): -3149145 or 11006671. OLE color: 11006671.

HSL color Cylindrical-coordinate representation of color #CFF2A7: hue angle of 88º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF2A7 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 167 -
CMYK 0.14 0 0.31 0.05
HSL 88º 0.74% 0.8% -
HSV(B) 88º 0.31% 0.95% -
XYZ 64.46 79.56 48.52 -
YUV 222.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 207 242 167 0.14 0 0.31 0.05 88 0.74 0.8
Hex CF F2 A7 E 0 1F 5 58 4A 50
Octal 317 362 247 16 0 37 5 130 112 120
Binary 11001111 11110010 10100111 1110 0 11111 101 1011000 1001010 1010000

Color Harmonies of #CFF2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2A7

Black with #CFF2A7

Text Example


Text Example

White with #CFF2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2A7; }

 p { color: rgb(207,242,167); }

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

background-color css

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

 a { background-color: rgb(207,242,167); }

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

border-color css

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

 span { border-color: rgb(207,242,167); }

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