Html Css Color HEX #CDF155 Mindaro

📋 copy color: '#CDF155'

red 205 ◦ green 241 ◦ blue 85

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

Shades of Mindaro #CDF155

Tints of Mindaro #CDF155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.01%

R = 38.61%
G = 45.39%
B = 16.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#CDF155 (or 0xCDF155) is known color: Mindaro. HEX triplet: CD, F1 and 55. RGB value is (205,241,85). Sum of RGB (Red+Green+Blue) = 205+241+85=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF155 is #320EAA. Grayscale: #D5D5D5. Windows color (decimal): -3280555 or 5632461. OLE color: 5632461.

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

Color convert

RGB 205 241 85 -
CMYK 0.15 0 0.65 0.05
HSL 73.85º 0.85% 0.64% -
HSV(B) 73.85º 0.65% 0.95% -
XYZ 58.27 76.55 20.3 -
YUV 212.45 56.07 122.68 -
System Red Green Blue C M Y K H S L
Decimal 205 241 85 0.15 0 0.65 0.05 73.85 0.85 0.64
Hex CD F1 55 F 0 41 5 4A 55 40
Octal 315 361 125 17 0 101 5 112 125 100
Binary 11001101 11110001 1010101 1111 0 1000001 101 1001010 1010101 1000000

Color Harmonies of #CDF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF155

Black with #CDF155

Text Example


Text Example

White with #CDF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF155; }

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

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

background-color css

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

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

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

border-color css

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

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

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