Html Css Color HEX #CCF267 Mindaro

📋 copy color: '#CCF267'

red 204 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #CCF267

Tints of Mindaro #CCF267

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.08%

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

R = 37.16%
G = 44.08%
B = 18.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CCF267 (or 0xCCF267) is known color: Mindaro. HEX triplet: CC, F2 and 67. RGB value is (204,242,103). Sum of RGB (Red+Green+Blue) = 204+242+103=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF267 is #330D98. Grayscale: #D7D7D7. Windows color (decimal): -3345817 or 6812364. OLE color: 6812364.

HSL color Cylindrical-coordinate representation of color #CCF267: hue angle of 76.4º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF267 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 103 -
CMYK 0.16 0 0.57 0.05
HSL 76.4º 0.84% 0.68% -
HSV(B) 76.4º 0.57% 0.95% -
XYZ 59.1 77.32 24.64 -
YUV 214.79 64.91 120.3 -
System Red Green Blue C M Y K H S L
Decimal 204 242 103 0.16 0 0.57 0.05 76.4 0.84 0.68
Hex CC F2 67 10 0 39 5 4C 54 44
Octal 314 362 147 20 0 71 5 114 124 104
Binary 11001100 11110010 1100111 10000 0 111001 101 1001100 1010100 1000100

Color Harmonies of #CCF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF267

Black with #CCF267

Text Example


Text Example

White with #CCF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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