Html Css Color HEX #CFF695 Reef

📋 copy color: '#CFF695'

red 207 ◦ green 246 ◦ blue 149

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

Shades of Reef #CFF695

Tints of Reef #CFF695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.75%

R = 34.39%
G = 40.86%
B = 24.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CFF695 (or 0xCFF695) is known color: Reef. HEX triplet: CF, F6 and 95. RGB value is (207,246,149). Sum of RGB (Red+Green+Blue) = 207+246+149=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF695 is #30096A. Grayscale: #DFDFDF. Windows color (decimal): -3148139 or 9828047. OLE color: 9828047.

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

Color convert

RGB 207 246 149 -
CMYK 0.16 0 0.39 0.04
HSL 84.12º 0.84% 0.77% -
HSV(B) 84.12º 0.39% 0.96% -
XYZ 64.11 81.35 40.76 -
YUV 223.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 207 246 149 0.16 0 0.39 0.04 84.12 0.84 0.77
Hex CF F6 95 10 0 27 4 54 54 4D
Octal 317 366 225 20 0 47 4 124 124 115
Binary 11001111 11110110 10010101 10000 0 100111 100 1010100 1010100 1001101

Color Harmonies of #CFF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF695

Black with #CFF695

Text Example


Text Example

White with #CFF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF695; }

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

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

background-color css

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

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

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

border-color css

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

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

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