Html Css Color HEX #CFED65 Mindaro

📋 copy color: '#CFED65'

red 207 ◦ green 237 ◦ blue 101

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

Shades of Mindaro #CFED65

Tints of Mindaro #CFED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.49%

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 37.98%
G = 43.49%
B = 18.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#CFED65 (or 0xCFED65) is known color: Mindaro. HEX triplet: CF, ED and 65. RGB value is (207,237,101). Sum of RGB (Red+Green+Blue) = 207+237+101=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED65 is #30129A. Grayscale: #D5D5D5. Windows color (decimal): -3150491 or 6680015. OLE color: 6680015.

HSL color Cylindrical-coordinate representation of color #CFED65: hue angle of 73.24º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFED65 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 101 -
CMYK 0.13 0 0.57 0.07
HSL 73.24º 0.79% 0.66% -
HSV(B) 73.24º 0.57% 0.93% -
XYZ 58.37 74.77 23.67 -
YUV 212.53 65.06 124.06 -
System Red Green Blue C M Y K H S L
Decimal 207 237 101 0.13 0 0.57 0.07 73.24 0.79 0.66
Hex CF ED 65 D 0 39 7 49 4F 42
Octal 317 355 145 15 0 71 7 111 117 102
Binary 11001111 11101101 1100101 1101 0 111001 111 1001001 1001111 1000010

Color Harmonies of #CFED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED65

Black with #CFED65

Text Example


Text Example

White with #CFED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED65; }

 p { color: rgb(207,237,101); }

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

background-color css

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

 a { background-color: rgb(207,237,101); }

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

border-color css

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

 span { border-color: rgb(207,237,101); }

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