Html Css Color HEX #CDF06B Mindaro

📋 copy color: '#CDF06B'

red 205 ◦ green 240 ◦ blue 107

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

Shades of Mindaro #CDF06B

Tints of Mindaro #CDF06B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.48%

 BLUE value IS 107 (42.19% from 255) = 19.38%

R = 37.14%
G = 43.48%
B = 19.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CDF06B (or 0xCDF06B) is known color: Mindaro. HEX triplet: CD, F0 and 6B. RGB value is (205,240,107). Sum of RGB (Red+Green+Blue) = 205+240+107=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF06B is #320F94. Grayscale: #D6D6D6. Windows color (decimal): -3280789 or 7073997. OLE color: 7073997.

HSL color Cylindrical-coordinate representation of color #CDF06B: hue angle of 75.79º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF06B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 107 -
CMYK 0.15 0 0.55 0.06
HSL 75.79º 0.82% 0.68% -
HSV(B) 75.79º 0.55% 0.94% -
XYZ 58.99 76.36 25.54 -
YUV 214.37 67.4 121.31 -
System Red Green Blue C M Y K H S L
Decimal 205 240 107 0.15 0 0.55 0.06 75.79 0.82 0.68
Hex CD F0 6B F 0 37 6 4C 52 44
Octal 315 360 153 17 0 67 6 114 122 104
Binary 11001101 11110000 1101011 1111 0 110111 110 1001100 1010010 1000100

Color Harmonies of #CDF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF06B

Black with #CDF06B

Text Example


Text Example

White with #CDF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF06B; }

 p { color: rgb(205,240,107); }

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

background-color css

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

 a { background-color: rgb(205,240,107); }

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

border-color css

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

 span { border-color: rgb(205,240,107); }

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