Html Css Color HEX #CCF68E Reef

📋 copy color: '#CCF68E'

red 204 ◦ green 246 ◦ blue 142

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

Shades of Reef #CCF68E

Tints of Reef #CCF68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 34.46%
G = 41.55%
B = 23.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#CCF68E (or 0xCCF68E) is known color: Reef. HEX triplet: CC, F6 and 8E. RGB value is (204,246,142). Sum of RGB (Red+Green+Blue) = 204+246+142=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF68E is #330971. Grayscale: #DDDDDD. Windows color (decimal): -3344754 or 9369292. OLE color: 9369292.

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

Color convert

RGB 204 246 142 -
CMYK 0.17 0 0.42 0.04
HSL 84.23º 0.85% 0.76% -
HSV(B) 84.23º 0.42% 0.96% -
XYZ 62.74 80.7 37.86 -
YUV 221.59 83.09 115.46 -
System Red Green Blue C M Y K H S L
Decimal 204 246 142 0.17 0 0.42 0.04 84.23 0.85 0.76
Hex CC F6 8E 11 0 2A 4 54 55 4C
Octal 314 366 216 21 0 52 4 124 125 114
Binary 11001100 11110110 10001110 10001 0 101010 100 1010100 1010101 1001100

Color Harmonies of #CCF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF68E

Black with #CCF68E

Text Example


Text Example

White with #CCF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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