Html Css Color HEX #CDF164 Mindaro

📋 copy color: '#CDF164'

red 205 ◦ green 241 ◦ blue 100

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

Shades of Mindaro #CDF164

Tints of Mindaro #CDF164

RGB

 RED value IS 205 (80.47% from 255) = 37.55%

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

 BLUE value IS 100 (39.45% from 255) = 18.32%

R = 37.55%
G = 44.14%
B = 18.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CDF164 (or 0xCDF164) is known color: Mindaro. HEX triplet: CD, F1 and 64. RGB value is (205,241,100). Sum of RGB (Red+Green+Blue) = 205+241+100=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF164 is #320E9B. Grayscale: #D6D6D6. Windows color (decimal): -3280540 or 6615501. OLE color: 6615501.

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

Color convert

RGB 205 241 100 -
CMYK 0.15 0 0.59 0.05
HSL 75.32º 0.83% 0.67% -
HSV(B) 75.32º 0.59% 0.95% -
XYZ 58.93 76.81 23.78 -
YUV 214.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 205 241 100 0.15 0 0.59 0.05 75.32 0.83 0.67
Hex CD F1 64 F 0 3B 5 4B 53 43
Octal 315 361 144 17 0 73 5 113 123 103
Binary 11001101 11110001 1100100 1111 0 111011 101 1001011 1010011 1000011

Color Harmonies of #CDF164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF164

Black with #CDF164

Text Example


Text Example

White with #CDF164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF164; }

 p { color: rgb(205,241,100); }

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

background-color css

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

 a { background-color: rgb(205,241,100); }

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

border-color css

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

 span { border-color: rgb(205,241,100); }

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