Html Css Color HEX #CCF765 Mindaro

📋 copy color: '#CCF765'

red 204 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #CCF765

Tints of Mindaro #CCF765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.3%

R = 36.96%
G = 44.75%
B = 18.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#CCF765 (or 0xCCF765) is known color: Mindaro. HEX triplet: CC, F7 and 65. RGB value is (204,247,101). Sum of RGB (Red+Green+Blue) = 204+247+101=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF765 is #33089A. Grayscale: #DADADA. Windows color (decimal): -3344539 or 6682572. OLE color: 6682572.

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

Color convert

RGB 204 247 101 -
CMYK 0.17 0 0.59 0.03
HSL 77.67º 0.9% 0.68% -
HSV(B) 77.67º 0.59% 0.97% -
XYZ 60.51 80.3 24.62 -
YUV 217.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 204 247 101 0.17 0 0.59 0.03 77.67 0.9 0.68
Hex CC F7 65 11 0 3B 3 4E 5A 44
Octal 314 367 145 21 0 73 3 116 132 104
Binary 11001100 11110111 1100101 10001 0 111011 11 1001110 1011010 1000100

Color Harmonies of #CCF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF765

Black with #CCF765

Text Example


Text Example

White with #CCF765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF765; }

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

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

background-color css

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

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

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

border-color css

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

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

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