Html Css Color HEX #CFED5E Mindaro

📋 copy color: '#CFED5E'

red 207 ◦ green 237 ◦ blue 94

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

Shades of Mindaro #CFED5E

Tints of Mindaro #CFED5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 38.48%
G = 44.05%
B = 17.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#CFED5E (or 0xCFED5E) is known color: Mindaro. HEX triplet: CF, ED and 5E. RGB value is (207,237,94). Sum of RGB (Red+Green+Blue) = 207+237+94=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED5E is #3012A1. Grayscale: #D4D4D4. Windows color (decimal): -3150498 or 6221263. OLE color: 6221263.

HSL color Cylindrical-coordinate representation of color #CFED5E: hue angle of 72.59º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFED5E is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 94 -
CMYK 0.13 0 0.60 0.07
HSL 72.59º 0.8% 0.65% -
HSV(B) 72.59º 0.6% 0.93% -
XYZ 58.04 74.64 21.94 -
YUV 211.73 61.56 124.63 -
System Red Green Blue C M Y K H S L
Decimal 207 237 94 0.13 0 0.60 0.07 72.59 0.8 0.65
Hex CF ED 5E D 0 3C 7 49 50 41
Octal 317 355 136 15 0 74 7 111 120 101
Binary 11001111 11101101 1011110 1101 0 111100 111 1001001 1010000 1000001

Color Harmonies of #CFED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED5E

Black with #CFED5E

Text Example


Text Example

White with #CFED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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