Html Css Color HEX #CFE697 Reef

📋 copy color: '#CFE697'

red 207 ◦ green 230 ◦ blue 151

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

Shades of Reef #CFE697

Tints of Reef #CFE697

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.12%

 BLUE value IS 151 (59.38% from 255) = 25.68%

R = 35.2%
G = 39.12%
B = 25.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CFE697 (or 0xCFE697) is known color: Reef. HEX triplet: CF, E6 and 97. RGB value is (207,230,151). Sum of RGB (Red+Green+Blue) = 207+230+151=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE697 is #301968. Grayscale: #D6D6D6. Windows color (decimal): -3152233 or 9955023. OLE color: 9955023.

HSL color Cylindrical-coordinate representation of color #CFE697: hue angle of 77.47º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE697 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 151 -
CMYK 0.10 0 0.34 0.10
HSL 77.47º 0.61% 0.75% -
HSV(B) 77.47º 0.34% 0.9% -
XYZ 59.61 72.09 40.05 -
YUV 214.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 207 230 151 0.10 0 0.34 0.10 77.47 0.61 0.75
Hex CF E6 97 A 0 22 A 4D 3D 4B
Octal 317 346 227 12 0 42 12 115 75 113
Binary 11001111 11100110 10010111 1010 0 100010 1010 1001101 111101 1001011

Color Harmonies of #CFE697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE697

Black with #CFE697

Text Example


Text Example

White with #CFE697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE697; }

 p { color: rgb(207,230,151); }

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

background-color css

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

 a { background-color: rgb(207,230,151); }

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

border-color css

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

 span { border-color: rgb(207,230,151); }

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