Html Css Color HEX #CDF068 Mindaro

📋 copy color: '#CDF068'

red 205 ◦ green 240 ◦ blue 104

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

Shades of Mindaro #CDF068

Tints of Mindaro #CDF068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.94%

R = 37.34%
G = 43.72%
B = 18.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#CDF068 (or 0xCDF068) is known color: Mindaro. HEX triplet: CD, F0 and 68. RGB value is (205,240,104). Sum of RGB (Red+Green+Blue) = 205+240+104=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF068 is #320F97. Grayscale: #D6D6D6. Windows color (decimal): -3280792 or 6877389. OLE color: 6877389.

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

Color convert

RGB 205 240 104 -
CMYK 0.15 0 0.57 0.06
HSL 75.44º 0.82% 0.67% -
HSV(B) 75.44º 0.57% 0.94% -
XYZ 58.84 76.3 24.72 -
YUV 214.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 205 240 104 0.15 0 0.57 0.06 75.44 0.82 0.67
Hex CD F0 68 F 0 39 6 4B 52 43
Octal 315 360 150 17 0 71 6 113 122 103
Binary 11001101 11110000 1101000 1111 0 111001 110 1001011 1010010 1000011

Color Harmonies of #CDF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF068

Black with #CDF068

Text Example


Text Example

White with #CDF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF068; }

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

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

background-color css

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

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

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

border-color css

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

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

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