Html Css Color HEX #CFEB6E Mindaro

📋 copy color: '#CFEB6E'

red 207 ◦ green 235 ◦ blue 110

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

Shades of Mindaro #CFEB6E

Tints of Mindaro #CFEB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.93%

R = 37.5%
G = 42.57%
B = 19.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#CFEB6E (or 0xCFEB6E) is known color: Mindaro. HEX triplet: CF, EB and 6E. RGB value is (207,235,110). Sum of RGB (Red+Green+Blue) = 207+235+110=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB6E is #301491. Grayscale: #D4D4D4. Windows color (decimal): -3150994 or 7269327. OLE color: 7269327.

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

Color convert

RGB 207 235 110 -
CMYK 0.12 0 0.53 0.08
HSL 73.44º 0.76% 0.68% -
HSV(B) 73.44º 0.53% 0.92% -
XYZ 58.25 73.81 25.93 -
YUV 212.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 207 235 110 0.12 0 0.53 0.08 73.44 0.76 0.68
Hex CF EB 6E C 0 35 8 49 4C 44
Octal 317 353 156 14 0 65 10 111 114 104
Binary 11001111 11101011 1101110 1100 0 110101 1000 1001001 1001100 1000100

Color Harmonies of #CFEB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB6E

Black with #CFEB6E

Text Example


Text Example

White with #CFEB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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