Html Css Color HEX #CFDE68 Mindaro

📋 copy color: '#CFDE68'

red 207 ◦ green 222 ◦ blue 104

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

Shades of Mindaro #CFDE68

Tints of Mindaro #CFDE68

RGB

 RED value IS 207 (81.25% from 255) = 38.84%

 GREEN value IS 222 (87.11% from 255) = 41.65%

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

R = 38.84%
G = 41.65%
B = 19.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CFDE68 (or 0xCFDE68) is known color: Mindaro. HEX triplet: CF, DE and 68. RGB value is (207,222,104). Sum of RGB (Red+Green+Blue) = 207+222+104=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE68 is #302197. Grayscale: #CCCCCC. Windows color (decimal): -3154328 or 6872783. OLE color: 6872783.

HSL color Cylindrical-coordinate representation of color #CFDE68: hue angle of 67.63º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFDE68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 104 -
CMYK 0.07 0 0.53 0.13
HSL 67.63º 0.64% 0.64% -
HSV(B) 67.63º 0.53% 0.87% -
XYZ 54.35 66.51 23.07 -
YUV 204.06 71.53 130.09 -
System Red Green Blue C M Y K H S L
Decimal 207 222 104 0.07 0 0.53 0.13 67.63 0.64 0.64
Hex CF DE 68 7 0 35 D 44 40 40
Octal 317 336 150 7 0 65 15 104 100 100
Binary 11001111 11011110 1101000 111 0 110101 1101 1000100 1000000 1000000

Color Harmonies of #CFDE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE68

Black with #CFDE68

Text Example


Text Example

White with #CFDE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE68; }

 p { color: rgb(207,222,104); }

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

background-color css

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

 a { background-color: rgb(207,222,104); }

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

border-color css

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

 span { border-color: rgb(207,222,104); }

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