Html Css Color HEX #CDF15B Mindaro

📋 copy color: '#CDF15B'

red 205 ◦ green 241 ◦ blue 91

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

Shades of Mindaro #CDF15B

Tints of Mindaro #CDF15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.95%

R = 38.18%
G = 44.88%
B = 16.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CDF15B (or 0xCDF15B) is known color: Mindaro. HEX triplet: CD, F1 and 5B. RGB value is (205,241,91). Sum of RGB (Red+Green+Blue) = 205+241+91=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF15B is #320EA4. Grayscale: #D5D5D5. Windows color (decimal): -3280549 or 6025677. OLE color: 6025677.

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

Color convert

RGB 205 241 91 -
CMYK 0.15 0 0.62 0.05
HSL 74.4º 0.84% 0.65% -
HSV(B) 74.4º 0.62% 0.95% -
XYZ 58.52 76.65 21.61 -
YUV 213.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 205 241 91 0.15 0 0.62 0.05 74.4 0.84 0.65
Hex CD F1 5B F 0 3E 5 4A 54 41
Octal 315 361 133 17 0 76 5 112 124 101
Binary 11001101 11110001 1011011 1111 0 111110 101 1001010 1010100 1000001

Color Harmonies of #CDF15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF15B

Black with #CDF15B

Text Example


Text Example

White with #CDF15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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