Html Css Color HEX #CDF968 Mindaro

📋 copy color: '#CDF968'

red 205 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #CDF968

Tints of Mindaro #CDF968

RGB

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

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

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

R = 36.74%
G = 44.62%
B = 18.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#CDF968 (or 0xCDF968) is known color: Mindaro. HEX triplet: CD, F9 and 68. RGB value is (205,249,104). Sum of RGB (Red+Green+Blue) = 205+249+104=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF968 is #320697. Grayscale: #DBDBDB. Windows color (decimal): -3278488 or 6879693. OLE color: 6879693.

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

Color convert

RGB 205 249 104 -
CMYK 0.18 0 0.58 0.02
HSL 78.21º 0.92% 0.69% -
HSV(B) 78.21º 0.58% 0.98% -
XYZ 61.55 81.73 25.63 -
YUV 219.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 205 249 104 0.18 0 0.58 0.02 78.21 0.92 0.69
Hex CD F9 68 12 0 3A 2 4E 5C 45
Octal 315 371 150 22 0 72 2 116 134 105
Binary 11001101 11111001 1101000 10010 0 111010 10 1001110 1011100 1000101

Color Harmonies of #CDF968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF968

Black with #CDF968

Text Example


Text Example

White with #CDF968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF968; }

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

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

background-color css

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

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

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

border-color css

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

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

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