Html Css Color HEX #CCF067 Mindaro

📋 copy color: '#CCF067'

red 204 ◦ green 240 ◦ blue 103

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

Shades of Mindaro #CCF067

Tints of Mindaro #CCF067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.83%

R = 37.29%
G = 43.88%
B = 18.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#CCF067 (or 0xCCF067) is known color: Mindaro. HEX triplet: CC, F0 and 67. RGB value is (204,240,103). Sum of RGB (Red+Green+Blue) = 204+240+103=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF067 is #330F98. Grayscale: #D6D6D6. Windows color (decimal): -3346329 or 6811852. OLE color: 6811852.

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

Color convert

RGB 204 240 103 -
CMYK 0.15 0 0.57 0.06
HSL 75.77º 0.82% 0.67% -
HSV(B) 75.77º 0.57% 0.94% -
XYZ 58.51 76.14 24.44 -
YUV 213.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 204 240 103 0.15 0 0.57 0.06 75.77 0.82 0.67
Hex CC F0 67 F 0 39 6 4C 52 43
Octal 314 360 147 17 0 71 6 114 122 103
Binary 11001100 11110000 1100111 1111 0 111001 110 1001100 1010010 1000011

Color Harmonies of #CCF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF067

Black with #CCF067

Text Example


Text Example

White with #CCF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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