Html Css Color HEX #CCF990 Reef

📋 copy color: '#CCF990'

red 204 ◦ green 249 ◦ blue 144

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

Shades of Reef #CCF990

Tints of Reef #CCF990

RGB

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

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

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

R = 34.17%
G = 41.71%
B = 24.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CCF990 (or 0xCCF990) is known color: Reef. HEX triplet: CC, F9 and 90. RGB value is (204,249,144). Sum of RGB (Red+Green+Blue) = 204+249+144=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF990 is #33066F. Grayscale: #DFDFDF. Windows color (decimal): -3343984 or 9501132. OLE color: 9501132.

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

Color convert

RGB 204 249 144 -
CMYK 0.18 0 0.42 0.02
HSL 85.71º 0.9% 0.77% -
HSV(B) 85.71º 0.42% 0.98% -
XYZ 63.81 82.6 38.97 -
YUV 223.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 204 249 144 0.18 0 0.42 0.02 85.71 0.9 0.77
Hex CC F9 90 12 0 2A 2 56 5A 4D
Octal 314 371 220 22 0 52 2 126 132 115
Binary 11001100 11111001 10010000 10010 0 101010 10 1010110 1011010 1001101

Color Harmonies of #CCF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF990

Black with #CCF990

Text Example


Text Example

White with #CCF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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