Html Css Color HEX #CCF967 Mindaro

📋 copy color: '#CCF967'

red 204 ◦ green 249 ◦ blue 103

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

Shades of Mindaro #CCF967

Tints of Mindaro #CCF967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.78%

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

R = 36.69%
G = 44.78%
B = 18.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#CCF967 (or 0xCCF967) is known color: Mindaro. HEX triplet: CC, F9 and 67. RGB value is (204,249,103). Sum of RGB (Red+Green+Blue) = 204+249+103=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF967 is #330698. Grayscale: #DBDBDB. Windows color (decimal): -3344025 or 6814156. OLE color: 6814156.

HSL color Cylindrical-coordinate representation of color #CCF967: hue angle of 78.49º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCF967 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 103 -
CMYK 0.18 0 0.59 0.02
HSL 78.49º 0.92% 0.69% -
HSV(B) 78.49º 0.59% 0.98% -
XYZ 61.23 81.57 25.35 -
YUV 218.9 62.59 117.37 -
System Red Green Blue C M Y K H S L
Decimal 204 249 103 0.18 0 0.59 0.02 78.49 0.92 0.69
Hex CC F9 67 12 0 3B 2 4E 5C 45
Octal 314 371 147 22 0 73 2 116 134 105
Binary 11001100 11111001 1100111 10010 0 111011 10 1001110 1011100 1000101

Color Harmonies of #CCF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF967

Black with #CCF967

Text Example


Text Example

White with #CCF967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF967; }

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

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

background-color css

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

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

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

border-color css

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

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

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