Html Css Color HEX #CFED5D Mindaro

📋 copy color: '#CFED5D'

red 207 ◦ green 237 ◦ blue 93

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

Shades of Mindaro #CFED5D

Tints of Mindaro #CFED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.32%

R = 38.55%
G = 44.13%
B = 17.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CFED5D (or 0xCFED5D) is known color: Mindaro. HEX triplet: CF, ED and 5D. RGB value is (207,237,93). Sum of RGB (Red+Green+Blue) = 207+237+93=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED5D is #3012A2. Grayscale: #D4D4D4. Windows color (decimal): -3150499 or 6155727. OLE color: 6155727.

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

Color convert

RGB 207 237 93 -
CMYK 0.13 0 0.61 0.07
HSL 72.5º 0.8% 0.65% -
HSV(B) 72.5º 0.61% 0.93% -
XYZ 57.99 74.62 21.7 -
YUV 211.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 207 237 93 0.13 0 0.61 0.07 72.5 0.8 0.65
Hex CF ED 5D D 0 3D 7 48 50 41
Octal 317 355 135 15 0 75 7 110 120 101
Binary 11001111 11101101 1011101 1101 0 111101 111 1001000 1010000 1000001

Color Harmonies of #CFED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED5D

Black with #CFED5D

Text Example


Text Example

White with #CFED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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