Html Css Color HEX #CFF299 Reef

📋 copy color: '#CFF299'

red 207 ◦ green 242 ◦ blue 153

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

Shades of Reef #CFF299

Tints of Reef #CFF299

RGB

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

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

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

R = 34.39%
G = 40.2%
B = 25.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CFF299 (or 0xCFF299) is known color: Reef. HEX triplet: CF, F2 and 99. RGB value is (207,242,153). Sum of RGB (Red+Green+Blue) = 207+242+153=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF299 is #300D66. Grayscale: #DDDDDD. Windows color (decimal): -3149159 or 10089167. OLE color: 10089167.

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

Color convert

RGB 207 242 153 -
CMYK 0.14 0 0.37 0.05
HSL 83.6º 0.77% 0.77% -
HSV(B) 83.6º 0.37% 0.95% -
XYZ 63.23 79.07 42.07 -
YUV 221.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 207 242 153 0.14 0 0.37 0.05 83.6 0.77 0.77
Hex CF F2 99 E 0 25 5 54 4D 4D
Octal 317 362 231 16 0 45 5 124 115 115
Binary 11001111 11110010 10011001 1110 0 100101 101 1010100 1001101 1001101

Color Harmonies of #CFF299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF299

Black with #CFF299

Text Example


Text Example

White with #CFF299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF299; }

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

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

background-color css

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

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

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

border-color css

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

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

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