Html Css Color HEX #CFE373 Mindaro

📋 copy color: '#CFE373'

red 207 ◦ green 227 ◦ blue 115

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

Shades of Mindaro #CFE373

Tints of Mindaro #CFE373

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.35%

 BLUE value IS 115 (45.31% from 255) = 20.95%

R = 37.7%
G = 41.35%
B = 20.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CFE373 (or 0xCFE373) is known color: Mindaro. HEX triplet: CF, E3 and 73. RGB value is (207,227,115). Sum of RGB (Red+Green+Blue) = 207+227+115=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE373 is #301C8C. Grayscale: #D0D0D0. Windows color (decimal): -3153037 or 7594959. OLE color: 7594959.

HSL color Cylindrical-coordinate representation of color #CFE373: hue angle of 70.71º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFE373 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 115 -
CMYK 0.09 0 0.49 0.11
HSL 70.71º 0.67% 0.67% -
HSV(B) 70.71º 0.49% 0.89% -
XYZ 56.3 69.44 26.66 -
YUV 208.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 207 227 115 0.09 0 0.49 0.11 70.71 0.67 0.67
Hex CF E3 73 9 0 31 B 47 43 43
Octal 317 343 163 11 0 61 13 107 103 103
Binary 11001111 11100011 1110011 1001 0 110001 1011 1000111 1000011 1000011

Color Harmonies of #CFE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE373

Black with #CFE373

Text Example


Text Example

White with #CFE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE373; }

 p { color: rgb(207,227,115); }

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

background-color css

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

 a { background-color: rgb(207,227,115); }

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

border-color css

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

 span { border-color: rgb(207,227,115); }

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