Html Css Color HEX #CCF698 Reef

📋 copy color: '#CCF698'

red 204 ◦ green 246 ◦ blue 152

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

Shades of Reef #CCF698

Tints of Reef #CCF698

RGB

 RED value IS 204 (80.08% from 255) = 33.89%

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

 BLUE value IS 152 (59.77% from 255) = 25.25%

R = 33.89%
G = 40.86%
B = 25.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CCF698 (or 0xCCF698) is known color: Reef. HEX triplet: CC, F6 and 98. RGB value is (204,246,152). Sum of RGB (Red+Green+Blue) = 204+246+152=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF698 is #330967. Grayscale: #DFDFDF. Windows color (decimal): -3344744 or 10024652. OLE color: 10024652.

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

Color convert

RGB 204 246 152 -
CMYK 0.17 0 0.38 0.04
HSL 86.81º 0.84% 0.78% -
HSV(B) 86.81º 0.38% 0.96% -
XYZ 63.53 81.02 42 -
YUV 222.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 204 246 152 0.17 0 0.38 0.04 86.81 0.84 0.78
Hex CC F6 98 11 0 26 4 57 54 4E
Octal 314 366 230 21 0 46 4 127 124 116
Binary 11001100 11110110 10011000 10001 0 100110 100 1010111 1010100 1001110

Color Harmonies of #CCF698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF698

Black with #CCF698

Text Example


Text Example

White with #CCF698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF698; }

 p { color: rgb(204,246,152); }

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

background-color css

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

 a { background-color: rgb(204,246,152); }

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

border-color css

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

 span { border-color: rgb(204,246,152); }

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