Html Css Color HEX #CFE356 Mindaro

📋 copy color: '#CFE356'

red 207 ◦ green 227 ◦ blue 86

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

Shades of Mindaro #CFE356

Tints of Mindaro #CFE356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.54%

R = 39.81%
G = 43.65%
B = 16.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#CFE356 (or 0xCFE356) is known color: Mindaro. HEX triplet: CF, E3 and 56. RGB value is (207,227,86). Sum of RGB (Red+Green+Blue) = 207+227+86=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE356 is #301CA9. Grayscale: #CDCDCD. Windows color (decimal): -3153066 or 5694415. OLE color: 5694415.

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

Color convert

RGB 207 227 86 -
CMYK 0.09 0 0.62 0.11
HSL 68.51º 0.72% 0.61% -
HSV(B) 68.51º 0.62% 0.89% -
XYZ 54.88 68.88 19.21 -
YUV 204.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 207 227 86 0.09 0 0.62 0.11 68.51 0.72 0.61
Hex CF E3 56 9 0 3E B 45 48 3D
Octal 317 343 126 11 0 76 13 105 110 75
Binary 11001111 11100011 1010110 1001 0 111110 1011 1000101 1001000 111101

Color Harmonies of #CFE356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE356

Black with #CFE356

Text Example


Text Example

White with #CFE356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE356; }

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

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

background-color css

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

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

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

border-color css

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

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

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