Html Css Color HEX #CFEA75 Mindaro

📋 copy color: '#CFEA75'

red 207 ◦ green 234 ◦ blue 117

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

Shades of Mindaro #CFEA75

Tints of Mindaro #CFEA75

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.94%

 BLUE value IS 117 (46.09% from 255) = 20.97%

R = 37.1%
G = 41.94%
B = 20.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#CFEA75 (or 0xCFEA75) is known color: Mindaro. HEX triplet: CF, EA and 75. RGB value is (207,234,117). Sum of RGB (Red+Green+Blue) = 207+234+117=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA75 is #30158A. Grayscale: #D5D5D5. Windows color (decimal): -3151243 or 7727823. OLE color: 7727823.

HSL color Cylindrical-coordinate representation of color #CFEA75: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFEA75 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 117 -
CMYK 0.12 0 0.5 0.08
HSL 73.85º 0.74% 0.69% -
HSV(B) 73.85º 0.5% 0.92% -
XYZ 58.37 73.4 27.92 -
YUV 212.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 207 234 117 0.12 0 0.5 0.08 73.85 0.74 0.69
Hex CF EA 75 C 0 32 8 4A 4A 45
Octal 317 352 165 14 0 62 10 112 112 105
Binary 11001111 11101010 1110101 1100 0 110010 1000 1001010 1001010 1000101

Color Harmonies of #CFEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA75

Black with #CFEA75

Text Example


Text Example

White with #CFEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA75; }

 p { color: rgb(207,234,117); }

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

background-color css

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

 a { background-color: rgb(207,234,117); }

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

border-color css

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

 span { border-color: rgb(207,234,117); }

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