Html Css Color HEX #CCF165 Mindaro

📋 copy color: '#CCF165'

red 204 ◦ green 241 ◦ blue 101

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

Shades of Mindaro #CCF165

Tints of Mindaro #CCF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.14%

 BLUE value IS 101 (39.84% from 255) = 18.5%

R = 37.36%
G = 44.14%
B = 18.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CCF165 (or 0xCCF165) is known color: Mindaro. HEX triplet: CC, F1 and 65. RGB value is (204,241,101). Sum of RGB (Red+Green+Blue) = 204+241+101=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF165 is #330E9A. Grayscale: #D6D6D6. Windows color (decimal): -3346075 or 6681036. OLE color: 6681036.

HSL color Cylindrical-coordinate representation of color #CCF165: hue angle of 75.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF165 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 101 -
CMYK 0.15 0 0.58 0.05
HSL 75.86º 0.83% 0.67% -
HSV(B) 75.86º 0.58% 0.95% -
XYZ 58.71 76.69 24.02 -
YUV 213.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 204 241 101 0.15 0 0.58 0.05 75.86 0.83 0.67
Hex CC F1 65 F 0 3A 5 4C 53 43
Octal 314 361 145 17 0 72 5 114 123 103
Binary 11001100 11110001 1100101 1111 0 111010 101 1001100 1010011 1000011

Color Harmonies of #CCF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF165

Black with #CCF165

Text Example


Text Example

White with #CCF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF165; }

 p { color: rgb(204,241,101); }

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

background-color css

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

 a { background-color: rgb(204,241,101); }

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

border-color css

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

 span { border-color: rgb(204,241,101); }

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