Html Css Color HEX #CCF65C Mindaro

📋 copy color: '#CCF65C'

red 204 ◦ green 246 ◦ blue 92

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

Shades of Mindaro #CCF65C

Tints of Mindaro #CCF65C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

 BLUE value IS 92 (36.33% from 255) = 16.97%

R = 37.64%
G = 45.39%
B = 16.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#CCF65C (or 0xCCF65C) is known color: Mindaro. HEX triplet: CC, F6 and 5C. RGB value is (204,246,92). Sum of RGB (Red+Green+Blue) = 204+246+92=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF65C is #3309A3. Grayscale: #D8D8D8. Windows color (decimal): -3344804 or 6092492. OLE color: 6092492.

HSL color Cylindrical-coordinate representation of color #CCF65C: hue angle of 76.36º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCF65C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 92 -
CMYK 0.17 0 0.63 0.04
HSL 76.36º 0.9% 0.66% -
HSV(B) 76.36º 0.63% 0.96% -
XYZ 59.79 79.52 22.32 -
YUV 215.89 58.09 119.52 -
System Red Green Blue C M Y K H S L
Decimal 204 246 92 0.17 0 0.63 0.04 76.36 0.9 0.66
Hex CC F6 5C 11 0 3F 4 4C 5A 42
Octal 314 366 134 21 0 77 4 114 132 102
Binary 11001100 11110110 1011100 10001 0 111111 100 1001100 1011010 1000010

Color Harmonies of #CCF65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF65C

Black with #CCF65C

Text Example


Text Example

White with #CCF65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF65C; }

 p { color: rgb(204,246,92); }

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

background-color css

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

 a { background-color: rgb(204,246,92); }

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

border-color css

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

 span { border-color: rgb(204,246,92); }

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