Html Css Color HEX #CFEE5D Mindaro

📋 copy color: '#CFEE5D'

red 207 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #CFEE5D

Tints of Mindaro #CFEE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

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

R = 38.48%
G = 44.24%
B = 17.29%

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

#CFEE5D (or 0xCFEE5D) is known color: Mindaro. HEX triplet: CF, EE and 5D. RGB value is (207,238,93). Sum of RGB (Red+Green+Blue) = 207+238+93=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE5D is #3011A2. Grayscale: #D4D4D4. Windows color (decimal): -3150243 or 6155983. OLE color: 6155983.

HSL color Cylindrical-coordinate representation of color #CFEE5D: hue angle of 72.83º degrees, saturation: 0.81, 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 #CFEE5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 93 -
CMYK 0.13 0 0.61 0.07
HSL 72.83º 0.81% 0.65% -
HSV(B) 72.83º 0.61% 0.93% -
XYZ 58.28 75.2 21.8 -
YUV 212.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 207 238 93 0.13 0 0.61 0.07 72.83 0.81 0.65
Hex CF EE 5D D 0 3D 7 49 51 41
Octal 317 356 135 15 0 75 7 111 121 101
Binary 11001111 11101110 1011101 1101 0 111101 111 1001001 1010001 1000001

Color Harmonies of #CFEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE5D

Black with #CFEE5D

Text Example


Text Example

White with #CFEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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