Html Css Color HEX #CCF05D Mindaro

📋 copy color: '#CCF05D'

red 204 ◦ green 240 ◦ blue 93

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

Shades of Mindaro #CCF05D

Tints of Mindaro #CCF05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 37.99%
G = 44.69%
B = 17.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#CCF05D (or 0xCCF05D) is known color: Mindaro. HEX triplet: CC, F0 and 5D. RGB value is (204,240,93). Sum of RGB (Red+Green+Blue) = 204+240+93=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF05D is #330FA2. Grayscale: #D5D5D5. Windows color (decimal): -3346339 or 6156492. OLE color: 6156492.

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

Color convert

RGB 204 240 93 -
CMYK 0.15 0 0.61 0.06
HSL 74.69º 0.83% 0.65% -
HSV(B) 74.69º 0.61% 0.94% -
XYZ 58.04 75.95 21.96 -
YUV 212.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 204 240 93 0.15 0 0.61 0.06 74.69 0.83 0.65
Hex CC F0 5D F 0 3D 6 4B 53 41
Octal 314 360 135 17 0 75 6 113 123 101
Binary 11001100 11110000 1011101 1111 0 111101 110 1001011 1010011 1000001

Color Harmonies of #CCF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF05D

Black with #CCF05D

Text Example


Text Example

White with #CCF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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