Html Css Color HEX #CFE699 Reef

📋 copy color: '#CFE699'

red 207 ◦ green 230 ◦ blue 153

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

Shades of Reef #CFE699

Tints of Reef #CFE699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.93%

R = 35.08%
G = 38.98%
B = 25.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CFE699 (or 0xCFE699) is known color: Reef. HEX triplet: CF, E6 and 99. RGB value is (207,230,153). Sum of RGB (Red+Green+Blue) = 207+230+153=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE699 is #301966. Grayscale: #D6D6D6. Windows color (decimal): -3152231 or 10086095. OLE color: 10086095.

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

Color convert

RGB 207 230 153 -
CMYK 0.10 0 0.33 0.10
HSL 77.92º 0.61% 0.75% -
HSV(B) 77.92º 0.33% 0.9% -
XYZ 59.78 72.16 40.91 -
YUV 214.35 93.38 122.76 -
System Red Green Blue C M Y K H S L
Decimal 207 230 153 0.10 0 0.33 0.10 77.92 0.61 0.75
Hex CF E6 99 A 0 21 A 4E 3D 4B
Octal 317 346 231 12 0 41 12 116 75 113
Binary 11001111 11100110 10011001 1010 0 100001 1010 1001110 111101 1001011

Color Harmonies of #CFE699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE699

Black with #CFE699

Text Example


Text Example

White with #CFE699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE699; }

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

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

background-color css

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

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

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

border-color css

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

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

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