Html Css Color HEX #CCF75E Mindaro

📋 copy color: '#CCF75E'

red 204 ◦ green 247 ◦ blue 94

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

Shades of Mindaro #CCF75E

Tints of Mindaro #CCF75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.25%

R = 37.43%
G = 45.32%
B = 17.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CCF75E (or 0xCCF75E) is known color: Mindaro. HEX triplet: CC, F7 and 5E. RGB value is (204,247,94). Sum of RGB (Red+Green+Blue) = 204+247+94=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF75E is #3308A1. Grayscale: #D9D9D9. Windows color (decimal): -3344546 or 6223820. OLE color: 6223820.

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

Color convert

RGB 204 247 94 -
CMYK 0.17 0 0.62 0.03
HSL 76.86º 0.91% 0.67% -
HSV(B) 76.86º 0.62% 0.97% -
XYZ 60.18 80.17 22.89 -
YUV 216.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 204 247 94 0.17 0 0.62 0.03 76.86 0.91 0.67
Hex CC F7 5E 11 0 3E 3 4D 5B 43
Octal 314 367 136 21 0 76 3 115 133 103
Binary 11001100 11110111 1011110 10001 0 111110 11 1001101 1011011 1000011

Color Harmonies of #CCF75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF75E

Black with #CCF75E

Text Example


Text Example

White with #CCF75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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