Html Css Color HEX #CCF090 Reef

📋 copy color: '#CCF090'

red 204 ◦ green 240 ◦ blue 144

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

Shades of Reef #CCF090

Tints of Reef #CCF090

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.82%

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

R = 34.69%
G = 40.82%
B = 24.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#CCF090 (or 0xCCF090) is known color: Reef. HEX triplet: CC, F0 and 90. RGB value is (204,240,144). Sum of RGB (Red+Green+Blue) = 204+240+144=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF090 is #330F6F. Grayscale: #DADADA. Windows color (decimal): -3346288 or 9498828. OLE color: 9498828.

HSL color Cylindrical-coordinate representation of color #CCF090: hue angle of 82.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF090 is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 144 -
CMYK 0.15 0 0.4 0.06
HSL 82.5º 0.76% 0.75% -
HSV(B) 82.5º 0.4% 0.94% -
XYZ 61.1 77.17 38.06 -
YUV 218.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 204 240 144 0.15 0 0.4 0.06 82.5 0.76 0.75
Hex CC F0 90 F 0 28 6 52 4C 4B
Octal 314 360 220 17 0 50 6 122 114 113
Binary 11001100 11110000 10010000 1111 0 101000 110 1010010 1001100 1001011

Color Harmonies of #CCF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF090

Black with #CCF090

Text Example


Text Example

White with #CCF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF090; }

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

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

background-color css

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

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

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

border-color css

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

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

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