Html Css Color HEX #CDF957 Mindaro

📋 copy color: '#CDF957'

red 205 ◦ green 249 ◦ blue 87

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

Shades of Mindaro #CDF957

Tints of Mindaro #CDF957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.08%

R = 37.89%
G = 46.03%
B = 16.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#CDF957 (or 0xCDF957) is known color: Mindaro. HEX triplet: CD, F9 and 57. RGB value is (205,249,87). Sum of RGB (Red+Green+Blue) = 205+249+87=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF957 is #3206A8. Grayscale: #D9D9D9. Windows color (decimal): -3278505 or 5765581. OLE color: 5765581.

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

Color convert

RGB 205 249 87 -
CMYK 0.18 0 0.65 0.02
HSL 76.3º 0.93% 0.66% -
HSV(B) 76.3º 0.65% 0.98% -
XYZ 60.77 81.42 21.53 -
YUV 217.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 205 249 87 0.18 0 0.65 0.02 76.3 0.93 0.66
Hex CD F9 57 12 0 41 2 4C 5D 42
Octal 315 371 127 22 0 101 2 114 135 102
Binary 11001101 11111001 1010111 10010 0 1000001 10 1001100 1011101 1000010

Color Harmonies of #CDF957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF957

Black with #CDF957

Text Example


Text Example

White with #CDF957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF957; }

 p { color: rgb(205,249,87); }

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

background-color css

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

 a { background-color: rgb(205,249,87); }

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

border-color css

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

 span { border-color: rgb(205,249,87); }

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