Html Css Color HEX #CDF258 Mindaro

📋 copy color: '#CDF258'

red 205 ◦ green 242 ◦ blue 88

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

Shades of Mindaro #CDF258

Tints of Mindaro #CDF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

 BLUE value IS 88 (34.77% from 255) = 16.45%

R = 38.32%
G = 45.23%
B = 16.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CDF258 (or 0xCDF258) is known color: Mindaro. HEX triplet: CD, F2 and 58. RGB value is (205,242,88). Sum of RGB (Red+Green+Blue) = 205+242+88=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF258 is #320DA7. Grayscale: #D5D5D5. Windows color (decimal): -3280296 or 5829325. OLE color: 5829325.

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

Color convert

RGB 205 242 88 -
CMYK 0.15 0 0.64 0.05
HSL 74.42º 0.86% 0.65% -
HSV(B) 74.42º 0.64% 0.95% -
XYZ 58.69 77.19 21.04 -
YUV 213.38 57.24 122.02 -
System Red Green Blue C M Y K H S L
Decimal 205 242 88 0.15 0 0.64 0.05 74.42 0.86 0.65
Hex CD F2 58 F 0 40 5 4A 56 41
Octal 315 362 130 17 0 100 5 112 126 101
Binary 11001101 11110010 1011000 1111 0 1000000 101 1001010 1010110 1000001

Color Harmonies of #CDF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF258

Black with #CDF258

Text Example


Text Example

White with #CDF258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF258; }

 p { color: rgb(205,242,88); }

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

background-color css

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

 a { background-color: rgb(205,242,88); }

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

border-color css

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

 span { border-color: rgb(205,242,88); }

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