Html Css Color HEX #CFF6A4 Reef

📋 copy color: '#CFF6A4'

red 207 ◦ green 246 ◦ blue 164

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

Shades of Reef #CFF6A4

Tints of Reef #CFF6A4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.87%

 BLUE value IS 164 (64.45% from 255) = 26.58%

R = 33.55%
G = 39.87%
B = 26.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#CFF6A4 (or 0xCFF6A4) is known color: Reef. HEX triplet: CF, F6 and A4. RGB value is (207,246,164). Sum of RGB (Red+Green+Blue) = 207+246+164=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6A4 is #30095B. Grayscale: #E1E1E1. Windows color (decimal): -3148124 or 10811087. OLE color: 10811087.

HSL color Cylindrical-coordinate representation of color #CFF6A4: hue angle of 88.54º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFF6A4 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 164 -
CMYK 0.16 0 0.33 0.04
HSL 88.54º 0.82% 0.8% -
HSV(B) 88.54º 0.33% 0.96% -
XYZ 65.39 81.86 47.48 -
YUV 224.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 207 246 164 0.16 0 0.33 0.04 88.54 0.82 0.8
Hex CF F6 A4 10 0 21 4 59 52 50
Octal 317 366 244 20 0 41 4 131 122 120
Binary 11001111 11110110 10100100 10000 0 100001 100 1011001 1010010 1010000

Color Harmonies of #CFF6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF6A4

Black with #CFF6A4

Text Example


Text Example

White with #CFF6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF6A4; }

 p { color: rgb(207,246,164); }

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

background-color css

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

 a { background-color: rgb(207,246,164); }

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

border-color css

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

 span { border-color: rgb(207,246,164); }

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