Html Css Color HEX #CCF693 Reef

📋 copy color: '#CCF693'

red 204 ◦ green 246 ◦ blue 147

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

Shades of Reef #CCF693

Tints of Reef #CCF693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.62%

R = 34.17%
G = 41.21%
B = 24.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#CCF693 (or 0xCCF693) is known color: Reef. HEX triplet: CC, F6 and 93. RGB value is (204,246,147). Sum of RGB (Red+Green+Blue) = 204+246+147=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 246 (96.48% from 255 or 41.21% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF693 is #33096C. Grayscale: #DEDEDE. Windows color (decimal): -3344749 or 9696972. OLE color: 9696972.

HSL color Cylindrical-coordinate representation of color #CCF693: hue angle of 85.45º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF693 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 147 -
CMYK 0.17 0 0.40 0.04
HSL 85.45º 0.85% 0.77% -
HSV(B) 85.45º 0.4% 0.96% -
XYZ 63.12 80.86 39.88 -
YUV 222.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 204 246 147 0.17 0 0.40 0.04 85.45 0.85 0.77
Hex CC F6 93 11 0 28 4 55 55 4D
Octal 314 366 223 21 0 50 4 125 125 115
Binary 11001100 11110110 10010011 10001 0 101000 100 1010101 1010101 1001101

Color Harmonies of #CCF693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF693

Black with #CCF693

Text Example


Text Example

White with #CCF693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF693; }

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

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

background-color css

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

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

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

border-color css

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

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

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