Html Css Color HEX #CFEB74 Mindaro

📋 copy color: '#CFEB74'

red 207 ◦ green 235 ◦ blue 116

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

Shades of Mindaro #CFEB74

Tints of Mindaro #CFEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 116 (45.7% from 255) = 20.79%

R = 37.1%
G = 42.11%
B = 20.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#CFEB74 (or 0xCFEB74) is known color: Mindaro. HEX triplet: CF, EB and 74. RGB value is (207,235,116). Sum of RGB (Red+Green+Blue) = 207+235+116=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB74 is #30148B. Grayscale: #D5D5D5. Windows color (decimal): -3150988 or 7662543. OLE color: 7662543.

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

Color convert

RGB 207 235 116 -
CMYK 0.12 0 0.51 0.08
HSL 74.12º 0.75% 0.69% -
HSV(B) 74.12º 0.51% 0.92% -
XYZ 58.59 73.94 27.71 -
YUV 213.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 207 235 116 0.12 0 0.51 0.08 74.12 0.75 0.69
Hex CF EB 74 C 0 33 8 4A 4B 45
Octal 317 353 164 14 0 63 10 112 113 105
Binary 11001111 11101011 1110100 1100 0 110011 1000 1001010 1001011 1000101

Color Harmonies of #CFEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB74

Black with #CFEB74

Text Example


Text Example

White with #CFEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB74; }

 p { color: rgb(207,235,116); }

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

background-color css

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

 a { background-color: rgb(207,235,116); }

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

border-color css

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

 span { border-color: rgb(207,235,116); }

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