Html Css Color HEX #CCF768 Mindaro

📋 copy color: '#CCF768'

red 204 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #CCF768

Tints of Mindaro #CCF768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.5%

 BLUE value IS 104 (41.02% from 255) = 18.74%

R = 36.76%
G = 44.5%
B = 18.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#CCF768 (or 0xCCF768) is known color: Mindaro. HEX triplet: CC, F7 and 68. RGB value is (204,247,104). Sum of RGB (Red+Green+Blue) = 204+247+104=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF768 is #330897. Grayscale: #DADADA. Windows color (decimal): -3344536 or 6879180. OLE color: 6879180.

HSL color Cylindrical-coordinate representation of color #CCF768: hue angle of 78.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF768 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 104 -
CMYK 0.17 0 0.58 0.03
HSL 78.04º 0.9% 0.69% -
HSV(B) 78.04º 0.58% 0.97% -
XYZ 60.66 80.36 25.41 -
YUV 217.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 204 247 104 0.17 0 0.58 0.03 78.04 0.9 0.69
Hex CC F7 68 11 0 3A 3 4E 5A 45
Octal 314 367 150 21 0 72 3 116 132 105
Binary 11001100 11110111 1101000 10001 0 111010 11 1001110 1011010 1000101

Color Harmonies of #CCF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF768

Black with #CCF768

Text Example


Text Example

White with #CCF768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF768; }

 p { color: rgb(204,247,104); }

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

background-color css

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

 a { background-color: rgb(204,247,104); }

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

border-color css

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

 span { border-color: rgb(204,247,104); }

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