Html Css Color HEX #CCF690 Reef

📋 copy color: '#CCF690'

red 204 ◦ green 246 ◦ blue 144

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

Shades of Reef #CCF690

Tints of Reef #CCF690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.24%

R = 34.34%
G = 41.41%
B = 24.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#CCF690 (or 0xCCF690) is known color: Reef. HEX triplet: CC, F6 and 90. RGB value is (204,246,144). Sum of RGB (Red+Green+Blue) = 204+246+144=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF690 is #33096F. Grayscale: #DEDEDE. Windows color (decimal): -3344752 or 9500364. OLE color: 9500364.

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

Color convert

RGB 204 246 144 -
CMYK 0.17 0 0.41 0.04
HSL 84.71º 0.85% 0.76% -
HSV(B) 84.71º 0.41% 0.96% -
XYZ 62.89 80.76 38.66 -
YUV 221.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 204 246 144 0.17 0 0.41 0.04 84.71 0.85 0.76
Hex CC F6 90 11 0 29 4 55 55 4C
Octal 314 366 220 21 0 51 4 125 125 114
Binary 11001100 11110110 10010000 10001 0 101001 100 1010101 1010101 1001100

Color Harmonies of #CCF690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF690

Black with #CCF690

Text Example


Text Example

White with #CCF690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF690; }

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

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

background-color css

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

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

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

border-color css

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

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

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