Html Css Color HEX #CCF993 Reef

📋 copy color: '#CCF993'

red 204 ◦ green 249 ◦ blue 147

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

Shades of Reef #CCF993

Tints of Reef #CCF993

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

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

R = 34%
G = 41.5%
B = 24.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CCF993 (or 0xCCF993) is known color: Reef. HEX triplet: CC, F9 and 93. RGB value is (204,249,147). Sum of RGB (Red+Green+Blue) = 204+249+147=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF993 is #33066C. Grayscale: #E0E0E0. Windows color (decimal): -3343981 or 9697740. OLE color: 9697740.

HSL color Cylindrical-coordinate representation of color #CCF993: hue angle of 86.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF993 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 147 -
CMYK 0.18 0 0.41 0.02
HSL 86.47º 0.89% 0.78% -
HSV(B) 86.47º 0.41% 0.98% -
XYZ 64.04 82.7 40.19 -
YUV 223.92 84.59 113.79 -
System Red Green Blue C M Y K H S L
Decimal 204 249 147 0.18 0 0.41 0.02 86.47 0.89 0.78
Hex CC F9 93 12 0 29 2 56 59 4E
Octal 314 371 223 22 0 51 2 126 131 116
Binary 11001100 11111001 10010011 10010 0 101001 10 1010110 1011001 1001110

Color Harmonies of #CCF993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF993

Black with #CCF993

Text Example


Text Example

White with #CCF993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF993; }

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

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

background-color css

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

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

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

border-color css

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

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

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